The filter works on a LoggingEvent so one must be created!
Just change your log level to a high level, then change down to TRACE when you really need it.
You can controll it via a system property if you like...
<root level="${log.level:-INFO}"> <appender-ref ref="STDOUT" /> </root>
The filter works on a LoggingEvent so one must be created!
Just change your log level to a high level, then change down to TRACE when you really need it.
You can controll it via a system property if you like...