Skip to content
Snippets Groups Projects
Commit b310ede2 authored by Dominik Honnef's avatar Dominik Honnef
Browse files

Restore old logging behaviour

d0ede97d broke the way we were doing logging. Previously, a call to
LoggerList#method would correspond to calls to Logger#method – after the
change, they resulted in Logger#log calls only. This was made under the
assumption that loggers only overwrote the format_* methods – However,
they're also free to overwrite the incoming, outgoing, exception, ...
methods.

This change restores the old behaviour by calling these methods again.
parent 95dad2d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment