I am using slf4j for logging in my Java Application. It involves a lot logging and log monitoring. Sometimes it is really difficult to read and find information from logs w
Add next appender into logback.xml to colorize logs output:
%d %highlight(%-5level) [%thread] %cyan(%logger{15}): %msg%n