David Roussel commented on Improvement LOGBACK-873

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>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to