Re: AccessLogValve with POST

2005-10-13 Thread Tim Funk
You can't. I doubt you want post data in your acess log since POST data can be large (very large, megabytes large). -Tim Peter Menzel wrote: Hi there, I configured a AccessLogValve in the of my webapp with the common pattern: prefix="mywebapp" suffix=".log" pattern="common" /> Unfortun

AccessLogValve with POST

2005-10-13 Thread Peter Menzel
Hi there, I configured a AccessLogValve in the of my webapp with the common pattern: prefix="mywebapp" suffix=".log" pattern="common" /> Unfortunately it only logs the parameters of GET requests, i.e. the query string. How can I configure the Valve to log POST parameters, too ? Regards, P