Micronaut logging support
Find a file
dependabot[bot] d5fb8e52bf
Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 07:58:10 +00:00
.github Maintain pom and fix sonatype url 2023-04-01 13:29:11 +02:00
docs Improve logging. 2022-01-04 19:38:39 +01:00
src enable initial native image support (#125) 2023-02-28 07:45:00 +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 maven-checkstyle-plugin from 3.2.1 to 3.2.2 2023-05-01 07:58:10 +00:00
README.md Maintain pom and fix sonatype url 2023-04-01 13:29:11 +02:00

Micronaut Logging support

Apache License, Version 2.0, January 2004 Maven Central CI 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