[logback-dev] [JIRA] Created: (LBCORE-87) Missing error reporting if to appenders are configured with the same name
Michael Franz (JIRA)
noreply-jira at qos.ch
Fri Feb 6 16:02:47 CET 2009
Missing error reporting if to appenders are configured with the same name
-------------------------------------------------------------------------
Key: LBCORE-87
URL: http://jira.qos.ch/browse/LBCORE-87
Project: logback-core
Issue Type: Bug
Components: Joran
Affects Versions: 0.9.13
Reporter: Michael Franz
Assignee: Logback dev list
If two appenders within a joran configuration use the same name joran does not abort with an error. This may lead to not working system.
An example that actually happend:
An appender configuration for a RollingFileAppender with a FixedWindowRollingPolicy and a SizeBasedTriggeringPolicy was copied from one file into another, but the application included both files at once. Since all debug messages are to be written in this file it growed quite fast, but the system worked normally at first.
But when rolling occurs the file could not be renamed (two file handles to the same file), so the rename by copy fallback started. After copying the deletion still failed. So the current log file is still over the rolling limit. As you might already can imaging, this happens from now on for all log messages to be written and makes the system almost only doing copying files.
BTW.: The failure of the deletion of the current log file is also not reported as an error to the status manager.
--
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