Fix build label in README
This commit is contained in:
parent
914dce0270
commit
2da5046552
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml?label=Build)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml?label=Lint)
|
||||
[](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)
|
||||
|
||||
Include in your `pom.xml`:
|
||||
|
||||
|
@ -18,6 +18,8 @@ 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
|
||||
* [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