Micronaut logging support
Find a file
dependabot[bot] 5699f45cae
Bump logback-classic from 1.4.0 to 1.4.1 (#76)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.0...v_1.4.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
2022-09-14 20:24:45 +00:00
.github Maintain actions (#71) 2022-09-02 10:30:37 +02: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 logback-classic from 1.4.0 to 1.4.1 (#76) 2022-09-14 20:24:45 +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