Micronaut logging support
Find a file
dependabot[bot] 0196208601
Bump crazy-max/ghaction-import-gpg from 5 to 6 (#200)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 20:22:11 +00:00
.github Bump crazy-max/ghaction-import-gpg from 5 to 6 (#200) 2023-10-01 20:22:11 +00:00
docs/features Remove build instructions, update/release is done by ci with gpg signing (#142) 2023-05-09 09:32:04 +02:00
src Migrate to kokuwa parent (#174) 2023-07-02 14:57:55 +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 io.kokuwa.maven:maven-parent from 0.6.10 to 0.6.12 (#193) 2023-08-31 20:45:00 +00:00
README.md Migrate to kokuwa parent (#174) 2023-07-02 14:57:55 +02:00

Micronaut Logging support

Apache License, Version 2.0, January 2004 Maven Central Build

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

Open Topics

  • configure mdc on refresh event
  • read serviceName and serviceVersion from yaml
  • support auto select appender with custom logback.xml