kazu-yamamoto/logger

Why apache logger uses only path?

Closed this issue · 0 comments

By default Apache uses %r in it's format which means "First line of request" and wai-logger outputs only rawPathInfo req at that position i.e. omitting query string. Is it some deliberate decision?
Query string could be quite important for dubugging.