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.
|