[jboss-jira] [JBoss JIRA] (LOGMGR-97) AS6 org.jboss.logmanager.handlers.SizeRotatingFileHandler bug
David Lloyd (JIRA)
issues at jboss.org
Thu Feb 27 17:35:47 EST 2014
[ https://issues.jboss.org/browse/LOGMGR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd updated LOGMGR-97:
------------------------------
Assignee: James Perkins (was: David Lloyd)
> AS6 org.jboss.logmanager.handlers.SizeRotatingFileHandler bug
> -------------------------------------------------------------
>
> Key: LOGMGR-97
> URL: https://issues.jboss.org/browse/LOGMGR-97
> Project: JBoss Log Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Ivan Chupakhin
> Assignee: James Perkins
>
> method preWrite :
> for (int i = maxBackupIndex - 1; i > 1; i--)
> {
> new File(file.getAbsolutePath() + "." + i).renameTo(new c File(file.getAbsolutePath() + "." + (i - 1)));
> }
> Logical error while renaming log files, the arguments of renameTo function are passed in the wrong order.
--
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
More information about the jboss-jira
mailing list