zalando-incubator / markscheider

Metrics module for Play2
Apache License 2.0
13 stars 6 forks source link

fixed a problem where the wrong logger was used for measuring log entries #9

Closed lenalebt closed 8 years ago

lenalebt commented 8 years ago

In the old implementation, the default play logger was instrumented to get the number of log entries written. However, since not all log entries are written through the default logger normally, this number tended to be wrong. I now attach to the root logger which should cover all the cases.

lenalebt commented 8 years ago

:+1:

hmttrp commented 8 years ago

👍