Micronaut logging support
Find a file
dependabot[bot] 48df54735b
Bump crazy-max/ghaction-import-gpg from 5 to 6
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 20:21:36 +00:00
.github Bump crazy-max/ghaction-import-gpg from 5 to 6 2023-10-01 20:21:36 +00:00
docs/features Bump slf4j to 2.x and logback to 1.4 2023-07-31 14:16:44 +02:00
src Bump version.io.micronaut from 4.1.0 to 4.1.1 (#197) 2023-09-15 10:45:14 +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 version.io.micronaut from 4.1.2 to 4.1.3 (#199) 2023-09-29 20:35:36 +00:00
README.md Removed version specification, updated dependabot 2023-07-31 14:34:20 +02:00

Micronaut Logging support

Apache License 2.0 Maven Central 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