Console Appender Settings


 

Option

Description

Default

Log level

The log level defines the threshold for log messages that are displayed on the console. Only log messages with at least the chosen log level are displayed. The possible log levels are: INFO, DEBUG, WARNING, ERROR, FATAL.

INFO

Pattern

The pattern defines the general layout of console log messages that are generated by the CSS. For a description of pattern symbols, please click here.

%d{ISO8601} %-5p [%t] %c: %m%n