From 5464c65ca8ba748c13740fb72b3920fdd6ac0314 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2015 09:57:04 +0100 Subject: [PATCH] Polish contribution Use the same value as we do. --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 77ec21b2bd7..abe21c3bcad 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1045,7 +1045,7 @@ converter will color the output according to the log level, for example: [source,indent=0] ---- -%clr(%5p) +%clr(-%5p) ---- The mapping of log level to a color is as follows: