Micronaut logging support
Find a file
dependabot[bot] c8aa26dccb
Bump micronaut-bom from 3.8.4 to 3.8.5
Bumps [micronaut-bom](https://github.com/micronaut-projects/micronaut-core) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.0.x/RELEASE.adoc)
- [Commits](https://github.com/micronaut-projects/micronaut-core/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: io.micronaut:micronaut-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 21:02:28 +00:00
.github Maintain actions (#71) 2022-09-02 10:30:37 +02:00
docs Improve logging. 2022-01-04 19:38:39 +01:00
src Bump micronaut-bom from 3.5.4 to 3.6.1 (#70) 2022-09-02 08:22:23 +00: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 micronaut-bom from 3.8.4 to 3.8.5 2023-02-17 21:02:28 +00:00
README.md Fix build label in README 2022-09-02 10:40:27 +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
  • support auto select appender with custom logback.xml
  • add maven site with jacoco / dependency updates for snapshot build