Micronaut logging support
Bumps `version.ch.qos.logback.contrib` from 0.1.4 to 0.1.5. Updates `logback-json-classic` from 0.1.4 to 0.1.5 Updates `logback-json-core` from 0.1.4 to 0.1.5 Updates `logback-jackson` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/qos-ch/logback-contrib/releases) - [Commits](https://github.com/qos-ch/logback-contrib/compare/v_0.1.4...v_0.1.5) --- updated-dependencies: - dependency-name: ch.qos.logback.contrib:logback-json-classic dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: ch.qos.logback.contrib:logback-json-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: ch.qos.logback.contrib:logback-jackson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
docs | ||
src | ||
.markdownlint.yaml | ||
.yamllint | ||
LICENSE | ||
pom.xml | ||
README.md |
Micronaut Logging support
Features
- set log level based on MDC values
- add default xml
- preconfigured appender for different environments
- set log level based on HTTP request header
- add HTTP path parts to MDC
- add HTTP header to MDC
- add authentication information from HTTP request to MDC
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