john does wrote:
Request parameters and headers are logged in core.log, or did you really only want to see them in access.log ?
-------------------------------
In fact, I'd like to extract only one parameter in access log, not all the parameters from uri called
the parameter 'request-param" help me to identify my request
I'ld say that's not possible out of the box.
Tip: It might not support your usecase, but you could reorganize your URI space instead, ie doing something like mysite.com/test/myvalue/ instead of mysite.com/test?param1=myvalue. This change would only affect the sitemap.
HTH Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
