Add badge
This commit is contained in:
parent
370e6e84a6
commit
4f7077f6b7
3 changed files with 5 additions and 2 deletions
2
.github/workflows/snapshot.yaml
vendored
2
.github/workflows/snapshot.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Snapshot
|
name: Build
|
||||||
|
|
||||||
"on":
|
"on":
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Micronaut Logging support
|
# Micronaut Logging support
|
||||||
|
|
||||||
|
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
|
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
|
||||||
|
@ -19,3 +21,4 @@
|
||||||
* configure mdc on refresh event
|
* configure mdc on refresh event
|
||||||
* read **serviceName** and **serviceVersion** from yaml
|
* read **serviceName** and **serviceVersion** from yaml
|
||||||
* support auto select appender with custom `logback.xml`
|
* support auto select appender with custom `logback.xml`
|
||||||
|
* add maven site with jacoco / dependency updates for snapshot build
|
||||||
|
|
|
@ -19,5 +19,5 @@ mvn versions:update-parent versions:update-properties
|
||||||
Run:
|
Run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mvn release:prepare release:perform release:clean -B -DreleaseProfiles=oss-release
|
mvn release:prepare release:perform release:clean -B
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue