This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new f32ba40  Layouts doc possible fail
     new 8892c5b  Merge pull request #320 from elfogre/patch-1
f32ba40 is described below

commit f32ba4023cd4a4ecc5452bcc9b8ce8e0ff5da3b5
Author: Jose Escobar <[email protected]>
AuthorDate: Tue Dec 10 19:49:20 2019 +0100

    Layouts doc possible fail
    
    Not compact json means pretty style (previous it said not pretty)
---
 src/site/asciidoc/manual/layouts.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/asciidoc/manual/layouts.adoc 
b/src/site/asciidoc/manual/layouts.adoc
index 04386c0..d2c260a 100644
--- a/src/site/asciidoc/manual/layouts.adoc
+++ b/src/site/asciidoc/manual/layouts.adoc
@@ -387,7 +387,7 @@ character "[" at the start of the document, "]" and the 
end, nor comma
 
 === Pretty vs. compact JSON
 
-By default, the JSON layout is not compact (a.k.a. not "pretty") with
+By default, the JSON layout is not compact (a.k.a. "pretty") with
 `compact="false"`, which means the appender uses end-of-line characters
 and indents lines to format the text. If `compact="true"`, then no
 end-of-line or indentation is used. Message content may contain, of

Reply via email to