[logback-dev] [JIRA] Issue Comment Edited: (LBCORE-90) RollingFileAppender calls triggeringPolicy.isTriggeringEvent(activeFile, event) with the same activeFile
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Fri Aug 7 22:39:10 CEST 2009
[ http://jira.qos.ch/browse/LBCORE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11254#action_11254 ]
Ceki Gulcu edited comment on LBCORE-90 at 8/7/09 10:37 PM:
-----------------------------------------------------------
Hello Valery,
This issue was solved in a recent commit. Have a look at SizeAndTimeBasedFNATP which I believe does size and time-based rolling as you requested and more. The file size lookup can be a mitigated by doing the check every 16 calls.
was (Author: noreply.ceki at qos.ch):
Hello Valery,
This issue was solved in a recent commit. Have a look at SizeAndTimeBasedFNATP which I believe does size and time-based rolling as you requested and more.
> RollingFileAppender calls triggeringPolicy.isTriggeringEvent(activeFile, event) with the same activeFile
> --------------------------------------------------------------------------------------------------------
>
> Key: LBCORE-90
> URL: http://jira.qos.ch/browse/LBCORE-90
> Project: logback-core
> Issue Type: Bug
> Components: Appender
> Affects Versions: 0.9.14
> Reporter: Valery Shorin
> Assignee: Ceki Gulcu
> Fix For: 0.9.17
>
>
> In subAppend(...) method RollingFileAppender calls triggeringPolicy.isTriggeringEvent(activeFile, event) method with activeFileCache variable as first parameter, but activeFileCache variable initialized in start() method of RollingFileAppender and not changed anymore.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list