Repository: logging-log4j2 Updated Branches: refs/heads/master d5c42930d -> 69ddd6f9f
Add documentation for log4j.formatMsgNoLookups Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/37912a76 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/37912a76 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/37912a76 Branch: refs/heads/master Commit: 37912a7626fbec387ec54b87f4c9be768fe797c0 Parents: dd18e9b Author: Carter Kozak <c4kof...@gmail.com> Authored: Sat Nov 11 17:59:41 2017 -0500 Committer: Mikael Ståldal <mik...@staldal.nu> Committed: Sun Nov 12 15:28:55 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/37912a76/src/site/xdoc/manual/configuration.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm index 09e7ebc..e3042f4 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -2231,6 +2231,14 @@ public class AwesomeTest { <td>Prints a stacktrace to the <a href="#StatusMessages">status logger</a> at DEBUG level when the LoggerContext is started. For debug purposes.</td> </tr> + <tr> + <td><a name="formatMsgNoLookups"/>log4j.formatMsgNoLookups</td> + <td>FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS</td> + <td><a name="log4j.formatMsgNoLookups" />log4j.formatMsgNoLookups</td> + <td>false</td> + <td>Disables message pattern lookups globally when set to <tt>true</tt>. + This is equivalent to defining all message patterns using <tt>%m{nolookups}</tt>.</td> + </tr> </table> </subsection>