Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.1.3
-
None
Description
When an invalid target value is used, the ConsoleAppender outputs a warning message listing the valid values as follows:
WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - [InvalidTarget] should be one of [SystemOut, SystemErr]
However, valid values are System.out and System.err.