Update to version 4.x and update to SLF4J 2.x and Logback 1.4

This commit is contained in:
Stephan Schnabel 2022-09-02 11:07:01 +02:00
parent eb22b5a309
commit f548d198af
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
5 changed files with 26 additions and 15 deletions

View file

@ -17,6 +17,8 @@ Include in your `pom.xml`:
## Features
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/3.x) is based on SLF4J 1.7 & Logback 1.2
* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/4.x) is based on SLF4J 2.0 & Logback 1.4
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
* [add default xml](docs/features/logback_default.md)
* [preconfigured appender for different environments](docs/features/logback_appender.md)