Micronaut logging support
Find a file
dependabot[bot] e75c5275b8
Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#90)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M6 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M6...maven-release-3.0.0-M7)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-02 21:00:23 +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 maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#90) 2022-11-02 21:00:23 +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