![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.1.2 |
|
Assignee:
|
Logback dev list
|
|
Components:
|
logback-core |
|
Created:
|
20/Mar/15 5:45 PM
|
|
Description:
|
If maxFileSize is not specified when using SizeAndTimeBasedFNATP, then some logs are not written. Roughly 1 out of 10 logs are lost in my case, were I generate a lof logs (approx 15 per ms).
Maybe the cause is that the threshold size is parsed as 0, and it's constantly reopening the file?
Example:
<timeBasedFileNamingAndTriggeringPolicy
class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
</timeBasedFileNamingAndTriggeringPolicy>
thanks
|
|
Environment:
|
ubuntu 12.4.1, x64
|
|
Project:
|
logback
|
|
Priority:
|
Major
|
|
Reporter:
|
Dani Pinyol
|
|
|
|
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