How can I use one LogFile for two different levels like INFO and ERROR?
I have this filter and tried to change this, e.g. ERROR|INFO but it did not work.
<filter class="ch.qos.logback.classic.filter.LevelFilter"> <level>INFO</level> <onMatch>ACCEPT</onMatch> <onMismatch>DENY</onMismatch> </filter>
2.1m questions
2.1m answers
60 comments
57.0k users