This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit ffe525200c57f56d54c8d70125fa8774ae5185a7 Author: jmetertea <[email protected]> AuthorDate: Tue Dec 17 10:05:01 2019 +0200 Update Log level FATAL and OFF asked first in https://stackoverflow.com/questions/57264142/jmeter-ignore-fatal-off-log-levels Closes #547 --- xdocs/changes.xml | 2 ++ xdocs/usermanual/get-started.xml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index a2d67e0..1517e81 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -159,6 +159,7 @@ to view the last release notes of version 5.2.1. <h3>Documentation</h3> <ul> + <li><pr>547</pr>Correct Log level documentation. Contributed by jmetertea</li> </ul> <h3>General</h3> @@ -177,6 +178,7 @@ to view the last release notes of version 5.2.1. <p>We also thank bug reporters who helped us improve JMeter.</p> <ul> <li>Michael McDermott (mcdermott.michaelj at gmail.com)</li> + <li>jmetertea</li> </ul> <p> Apologies if we have omitted anyone else. diff --git a/xdocs/usermanual/get-started.xml b/xdocs/usermanual/get-started.xml index b00ce37..54368a3 100644 --- a/xdocs/usermanual/get-started.xml +++ b/xdocs/usermanual/get-started.xml @@ -672,12 +672,13 @@ LoggerFactory.getLogger(Foo.class);</source> <li>WARN</li> <li>ERROR</li> <li>ERROR</li> - <li>NONE</li> + <li>OFF</li> </ul> <div> <em><b>Note:</b></em> Since 'FATAL_ERROR' is not supported by SLF4J API, it is treated as 'ERROR' instead for existing code not to break. + There's also 'FATAL' log level option. </div> <div> <em><b>Note:</b></em>
