How to set threshold value for ConsoleAppender in new log4j2 using xml file. Usually we do it in log4j 1.x in the below way.
Ref link: Log4j - priority value and param name concept explanation
How to set it in log4j 2.x ?
How to set threshold value for ConsoleAppender in new log4j2 using xml file. Usually we do it in log4j 1.x in the below way.
Ref link: Log4j - priority value and param name concept explanation
How to set it in log4j 2.x ?
You can set a log level on the AppenderRef: