Prepare version 4.x for current slf4j/logback/micronaut versions
This commit is contained in:
parent
cbe06a25f2
commit
41e1eea77c
3 changed files with 17 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://central.sonatype.com/namespace/io.kokuwa.micronaut)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3A4.x)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3A3.x)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||
|
||||
Include in your `pom.xml`:
|
||||
|
||||
|
@ -41,8 +41,8 @@ Or use in `dependencyManagement` in `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 (WIP)
|
||||
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/3.x) is based on SLF4J 1.7 & Logback 1.2 & Micronaut 3.x
|
||||
* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 2.0 & Logback 1.4 & Micronaut 4.x
|
||||
* [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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue