On Fri Dec 18 09:06:28 2009, ANDK wrote:
Show quoted text> Is there a way to get the querystring into the logfile? From reading
the
Show quoted text> fine source I'd say no, but maybe I'm missing something?
>
> And if there isn't can you recommend me a way how it should/could be
> done else to log it?
>
Added in v1.01 as %q (apache-compatible) or %[query]. It's *just* the
query-string, with a leading "?" unless the query string is empty,
which means you can do "%U%q" to get the path and query string formatter
together.
Thanks for the bug!