Open GoogleCodeExporter opened 9 years ago
I tried some more things and I found that using this triggers the bug:
log4j.logger.com.company.log4jtest.testpackage=FATAL
log4j.logger.com.company=INFO
However, adding an extra line makes the bug go away:
log4j.logger.com.company.log4jtest.testpackage=FATAL
# Add this line as workaround
log4j.logger.com.company.log4jtest=INFO
log4j.logger.com.company=INFO
Original comment by wim.debl...@gmail.com
on 26 Mar 2013 at 4:17
Original issue reported on code.google.com by
wim.debl...@gmail.com
on 26 Mar 2013 at 4:17Attachments: