kazu-yamamoto / logger

A fast logging system for Haskell
159 stars 68 forks source link

Why apache logger uses only path? #139

Closed qrilka closed 7 years ago

qrilka commented 7 years ago

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.