diff --git a/xdocs/usermanual/get-started.xml b/xdocs/usermanual/get-started.xml
index b00ce37c98d..1cdd990820d 100644
--- a/xdocs/usermanual/get-started.xml
+++ b/xdocs/usermanual/get-started.xml
@@ -672,12 +672,13 @@ LoggerFactory.getLogger(Foo.class);
WARN
ERROR
ERROR
- NONE
+ OFF
Note:
Since 'FATAL_ERROR' is not supported by SLF4J API,
- it is treated as 'ERROR' instead for existing code not to break.
+ it is treated as 'ERROR' instead for existing code not to break.
+ There's also 'FATAL' log level option.
Note: