Add path mdc filter.

This commit is contained in:
Stephan Schnabel 2021-12-13 14:12:39 +01:00
parent 7403b04efd
commit ce4b75c941
8 changed files with 228 additions and 8 deletions

View file

@ -6,6 +6,7 @@
* [add default xml](docs/features/logback_default.md)
* [preconfigured appender for different environments](docs/features/logback_appender.md)
* [set log level based on HTTP request header](docs/features/http_log_level.md)
* [add HTTP path parts to MDC](docs/features/http_mdc_path.md)
* [add HTTP header to MDC](docs/features/http_mdc_header.md)
* [add authentication information from HTTP request to MDC](docs/features/http_mdc_authentication.md)