qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
Other
2.98k stars 1.28k forks source link

Provide servlet request listener which fill the MDC #769

Open csware opened 7 months ago

csware commented 7 months ago

This is seen as superior to a filter as the MDC is not cleared before an error handler servlet is executed.

cf. PR #768

csware commented 7 months ago

TODO: The documentation needs updating...