Details
- 
    Bug 
- 
    Resolution: Not a bug
- 
    Minor 
- 
    None
- 
    1.0.13
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) 
RollingFileAppender : 25
The check is wrong, it should be checked against null.
// we don't want to void existing log files
    if (append == null)