Micronaut logging support
Find a file
dependabot[bot] b09a0f42e8
Bump logback-classic from 1.2.11 to 1.2.12 (#133)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.2.12.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.2.12)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 08:02:02 +00:00
.github Update versions and build stuff 2023-02-18 22:35:53 +01: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 logback-classic from 1.2.11 to 1.2.12 (#133) 2023-04-01 08:02:02 +00:00
README.md Update versions and build stuff 2023-02-18 22:35:53 +01: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