Issue Type: Bug Bug
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-core
Created: 01/Mar/14 2:38 PM
Description:

RollingFileAppender : 25

The check is wrong, it should be checked against null.

// we don't want to void existing log files
if (append == null)

{ addWarn("Append mode is mandatory for RollingFileAppender"); append = true; }
Project: logback
Labels: rollingFileappender
Priority: Minor Minor
Reporter: Tomas Fornara
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