Micronaut logging support
Find a file
dependabot[bot] 0ef8fb8b6d
Bump checkstyle from 10.3.4 to 10.4 (#89)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.4...checkstyle-10.4)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2022-11-01 07:41:17 +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 checkstyle from 10.3.4 to 10.4 (#89) 2022-11-01 07:41:17 +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