Repository: logging-log4j2 Updated Branches: refs/heads/master 84b55aa7d -> e27c5b5ba
LOG4J2-955 switched two paragraphs Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d13b9812 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d13b9812 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d13b9812 Branch: refs/heads/master Commit: d13b981280203b6202e4744052c8c797c5e199d0 Parents: e78b1c0 Author: rpopma <[email protected]> Authored: Fri Feb 20 01:48:55 2015 +0900 Committer: rpopma <[email protected]> Committed: Fri Feb 20 01:48:55 2015 +0900 ---------------------------------------------------------------------- src/site/xdoc/faq.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d13b9812/src/site/xdoc/faq.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index f65c875..a078c00 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -98,8 +98,6 @@ for a configuration file named <code>log4j2.xml</code> on the classpath. Note the "2" in the file name! (See the <a href="manual/configuration.html#AutomaticConfiguration">configuration manual page</a> for more details.)</p> - <p>Enable log4j2 internal status logging by setting system property - <code>-Dorg.apache.logging.log4j.simplelog.StatusLogger.level=TRACE</code>.</p> <p>If the configuration file is found correctly, log4j2 internal status logging can be controlled by setting <code><Configuration status="trace"></code> in the configuration file. This will display detailed log4j2-internal @@ -107,6 +105,9 @@ This may be useful to trouble-shoot configuration issues. By default the status logger level is WARN, so you only see notifications when there is a problem. </p> + <p>If the configuration file is not found correctly, you can still enable + log4j2 internal status logging by setting system property + <code>-Dorg.apache.logging.log4j.simplelog.StatusLogger.level=TRACE</code>.</p> <a name="separate_log_files" /> <h4>How do I dynamically write to separate log files?</h4>
