Micronaut logging support
Find a file
dependabot[bot] 11ae8178ae
Bump slf4j-api from 2.0.3 to 2.0.4
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 21:54:43 +00:00
.github Move checkstyle linter to its own job (#87) 2022-11-01 08:40:07 +01:00
docs Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +02:00
src Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +02:00
.markdownlint.yaml Maintain actions (#71) 2022-09-02 10:30:37 +02:00
.yamllint Maintain actions (#71) 2022-09-02 10:30:37 +02:00
LICENSE Initial commit 2020-08-05 21:40:49 +02:00
pom.xml Bump slf4j-api from 2.0.3 to 2.0.4 2022-11-18 21:54:43 +00:00
README.md Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +02:00

Micronaut Logging support

Apache License, Version 2.0, January 2004 Maven Central CI

Include in your pom.xml:

<dependency>
  <groupId>io.kokuwa.micronaut</groupId>
  <artifactId>micronaut-logging</artifactId>
  <version>${version.io.kokuwa.micronaut.logging}</version>
  <scope>runtime</scope>
</dependency>

Features

Development

Open Topics

  • configure mdc on refresh event
  • read serviceName and serviceVersion from yaml