Micronaut logging support
Find a file
dependabot[bot] 9924456f41
Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-01 20:04:22 +00:00
.github Bump github/codeql-action from 1 to 2 2022-05-01 20:04:22 +00: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 micronaut-bom from 3.4.0 to 3.4.1 (#47) 2022-04-01 20:06:00 +00:00
README.md Improve repository. 2022-03-02 07:51:20 +01:00

Micronaut Logging support

Apache License, Version 2.0, January 2004 Maven Central Build Lint

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