Update versions and build stuff

This commit is contained in:
Stephan Schnabel 2023-02-18 14:51:46 +01:00
parent 2da5046552
commit e2c6a7daa1
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
5 changed files with 56 additions and 33 deletions

View file

@ -19,7 +19,7 @@ Include in your `pom.xml`:
## Features
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/main) 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
* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/4.x) is based on SLF4J 2.0 & Logback 1.4 (WIP)
* [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)