![]() |
|
|
Issue Type:
|
Improvement
|
Affects Versions:
|
1.0.13 |
Assignee:
|
Logback dev list
|
Components:
|
logback-classic |
Created:
|
30/May/13 7:07 AM
|
Description:
|
Profiling our application with following logback configuration showed that message in LoggingEvent is constructed even if it will not be logged. Is it possible to make it computed lazily?
Excerpt from out logback.xml:
What is happening: Logger is set to trace so it passes everything, event is formatted, event is discarded by ThresholdFilter.
The idea for this configuration is to have several log files with different detalization. I think this is a valid usecase.
|
Project:
|
logback
|
Priority:
|
Major
|
Reporter:
|
Mikhail Mazursky
|
|
|
|
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