Micronaut logging support
Find a file
Renovate 1ddb6881d5
All checks were successful
ci/woodpecker/pr/verify Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
chore(deps): update dependency org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1
2025-06-28 11:34:59 +00:00
.github chore: fix invalid renovate preset configuration 2025-06-28 13:33:36 +02:00
.woodpecker chore: fix invalid renovate preset configuration 2025-06-28 13:33:36 +02:00
docs/features chore: migrated repository from github.com to git.kokuwa.io 2025-06-27 20:04:55 +02:00
src chore: fix invalid renovate preset configuration 2025-06-28 13:33:36 +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(deps): update dependency org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1 2025-06-28 11:34:59 +00:00
README.md chore: fix invalid renovate preset configuration 2025-06-28 13:33:36 +02:00
renovate.json chore: fix invalid renovate preset configuration 2025-06-28 13:33:36 +02:00

Micronaut Logging support

Enhanced logging for Micronaut using MDC or request header.

maven license issues prs 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