I want to control my log printing but also it will make the parameter replaced with *symbol, if I execute a url which not including security parameter such as: 
http://localhost/meeting/op.do,   access.log must record it, but if I input a url which incuding security parameter such as 
http://localhost/meeting/import.php?cmd=admin&password=pass&userName=hsh&meetingID=123,  then the regular expression replacement must work and it will sove: 
http://localhost/meeting/import.php?cmd=****&password=****&userName=****&meetingID=****,   into logs,What should I go to achieve? remind:My develop environment is W7.thanks!