Micronaut logging support
Find a file
dependabot[bot] c900e80e7f
Bump maven-deploy-plugin from 3.0.0 to 3.1.0
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 20:59:57 +00:00
.github Move checkstyle linter to its own job (#87) 2022-11-01 08:40:07 +01:00
docs Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +02:00
src Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +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 maven-deploy-plugin from 3.0.0 to 3.1.0 2023-02-09 20:59:57 +00:00
README.md Update to version 4.x and update to SLF4J 2.x and Logback 1.4 2022-09-13 14:16:07 +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