|
||||||||
|
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 [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

I want to have a special TRACE log file (monitoring SOAP communication) which I want to be easily turned "on/off". Without lazy file creation I must disable the appender itself so that the TRACE file is not created, instead of just changing the logging level.