Micronaut logging support
Find a file
dependabot[bot] 02ee4d2a9e
Bump checkstyle from 9.2.1 to 9.3 (#22)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-9.3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 08:55:56 +01:00
.github Bump versions. 2022-01-29 21:08:37 +01:00
docs Improve logging. 2022-01-04 19:38:39 +01:00
src Improve logging. 2022-01-04 19:38:39 +01:00
.markdownlint.yaml Add linter. 2021-10-28 13:00:10 +02:00
.yamllint Remove parent. 2021-12-29 11:35:55 +01:00
LICENSE Initial commit 2020-08-05 21:40:49 +02:00
pom.xml Bump checkstyle from 9.2.1 to 9.3 (#22) 2022-02-01 08:55:56 +01:00
README.md Improve repository. 2022-01-27 09:35:27 +01: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