[jboss-jira] [JBoss JIRA] (LOGMGR-160) Fix JavaDoc for the SizeRotatingFileHander.setSuffix()
James Perkins (JIRA)
issues at jboss.org
Wed Aug 16 18:46:01 EDT 2017
[ https://issues.jboss.org/browse/LOGMGR-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated LOGMGR-160:
---------------------------------
Description:
The JavaDoc for the {{SizeRotatingFileHandler.setSuffix()}} indicates that files will not be deleted when deleted. However there are multiple rotations for the same date they will be purged.
For example if the suffix is {{.yyyy-DD-mm}}, the size was reached 20 times on the same day and the {{maxBackupIndex}} was set to 10 there will only be 10 files kept.What won't be purged is files from a previous day.
was:
The JavaDoc for the {{SizeRotatingFileSystem.setSuffix()}} indicates that files will not be deleted when deleted. However there are multiple rotations for the same date they will be purged.
For example if the suffix is {{.yyyy-DD-mm}}, the size was reached 20 times on the same day and the {{maxBackupIndex}} was set to 10 there will only be 10 files kept.What won't be purged is files from a previous day.
> Fix JavaDoc for the SizeRotatingFileHander.setSuffix()
> ------------------------------------------------------
>
> Key: LOGMGR-160
> URL: https://issues.jboss.org/browse/LOGMGR-160
> Project: JBoss Log Manager
> Issue Type: Bug
> Reporter: James Perkins
>
> The JavaDoc for the {{SizeRotatingFileHandler.setSuffix()}} indicates that files will not be deleted when deleted. However there are multiple rotations for the same date they will be purged.
> For example if the suffix is {{.yyyy-DD-mm}}, the size was reached 20 times on the same day and the {{maxBackupIndex}} was set to 10 there will only be 10 files kept.What won't be purged is files from a previous day.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list