From 2d003a698fcb80744b609f584e3f18f6af86bd5e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2015 10:59:27 +0100 Subject: [PATCH] Revert 5464c65 See gh-4709 --- 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 abe21c3bca..77ec21b2bd 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: