This is an automated email from the ASF dual-hosted git repository. vy 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 35b7123 Fix typo in configuration docs regarding formatMsgNoLookups property. (#620) 35b7123 is described below commit 35b7123acb3be74d174ce8698ba64abf24f932df Author: Jan Schaumann <jscha...@netmeister.org> AuthorDate: Mon Dec 13 08:12:57 2021 +0000 Fix typo in configuration docs regarding formatMsgNoLookups property. (#620) --- src/site/asciidoc/manual/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/asciidoc/manual/configuration.adoc b/src/site/asciidoc/manual/configuration.adoc index 7f513d3..83b584c 100644 --- a/src/site/asciidoc/manual/configuration.adoc +++ b/src/site/asciidoc/manual/configuration.adoc @@ -2506,7 +2506,7 @@ LoggerContext is started. For debug purposes. |[[formatMsgNoLookups]]log4j2.formatMsgNoLookups + ([[log4j2.formatMsgNoLookups]]log4j2.formatMsgNoLookups) |LOG4J_FORMAT_MSG_NO_LOOKUPS -|false +|true |Disables message pattern lookups globally when set to `true`. This is equivalent to defining all message patterns using `%m{nolookups}`.