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
I use filters for both logging level and package. This example comes from Spring boot application.properties
logging.level.root=warn logging.level.org.springframework=warn logging.level.org.hibernate=warn logging.level.org.starmonkey.brown=DEBUG
This way I see only messages I want to see