Map FATAL level for Log4j

Make sure that Boot's FATAL level is mapped to log4j and log4j2 properly.

Fixes gh-3518
This commit is contained in:
Stephane Nicoll
2015-07-16 17:59:04 +02:00
parent 538c8d04b1
commit d9939a5be2
3 changed files with 3 additions and 2 deletions

View File

@@ -912,6 +912,7 @@ The following items are output:
* Logger name -- This is usually the source class name (often abbreviated).
* The log message.
NOTE: Logback does not have a `FATAL` level (it is mapped to `ERROR`)
[[boot-features-logging-console-output]]