Micronaut logging support
Find a file
Stephan Schnabel 50fe4a86b8
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/deployment/release Pipeline was successful
chore: migrated repository from github.com to git.kokuwa.io
2025-06-27 20:04:55 +02:00
.github chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
.woodpecker chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
docs/features chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
src chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
.justfile chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
.markdownlint.yaml Maintain actions (#71) 2022-09-02 10:30:37 +02:00
.yamllint.yaml chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
LICENSE chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
pom.xml chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
README.md chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
renovate.json chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00

Micronaut Logging support

Enhanced logging for Micronaut using MDC or request header.

Maven Central license prs issues build

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>
<dependency>
  <!-- you can replace jsonp with jackson if you prefer jackson -->
  <groupId>io.micronaut.serde</groupId>
  <artifactId>micronaut-serde-jsonp</artifactId>
  <scope>runtime</scope>
</dependency>

Features

Open Topics

  • configure mdc on refresh event
  • read serviceName and serviceVersion from yaml
  • support auto select appender with custom logback.xml