From 8fbe1b526aac37bdfe2f20ddb1b16936008cb703 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 21 Jan 2022 14:32:44 +0100 Subject: [PATCH] Add documentation. --- README.md | 11 +++++++++++ pom.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bce59b..e8875ee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [![CI](https://img.shields.io/github/workflow/status/kokuwaio/micronaut-logging/Snapshot)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml) +Include in your `pom.xml`: + +```xml + + io.kokuwa.micronaut + micronaut-logging + ${version.io.kokuwa.micronaut.logging} + runtime + +``` + ## Features * [set log level based on MDC values](docs/features/logback_mdc_level.md) diff --git a/pom.xml b/pom.xml index 7a4c76e..6c60ea9 100644 --- a/pom.xml +++ b/pom.xml @@ -85,8 +85,8 @@ - 3.1.0 3.1.2 + 3.1.0 3.9.0 3.0.0-M2 3.0.1