
http://bugzilla.slf4j.org/show_bug.cgi?id=185 Summary: Initial output changed after version 0.9.19 Product: SLF4J Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P3 Component: Core API AssignedTo: slf4j-dev@qos.ch ReportedBy: angoca@yahoo.com Created an attachment (id=69) --> (http://bugzilla.slf4j.org/attachment.cgi?id=69) Eclipse project to be executed in Windows. I'm developing an application for command line, and I use slf4j + logback for logging (http://db2sa.sourceforge.net/) When using normally (not testing, not debugging), I have to show less messages in the screen, so the logging has not to be verbose. Just the important messages has to be shown. I was using the version 0.9.15, and I updated my application to the version 0.9.21. I saw, that the layout has to be changed to encoder, and I did it in the xml configuration file. However, I'm facing a problem when starting the application. The logger is showing all the configuration phase, and I'm sure that the internal log is not in debug: <configuration debug="false"> It seems that the new version does not take in account this property. I searched the problematic version, and this issue was introduced in the version 0.9.19. I created an example for showing the difference when loading the configuration between 0.9.18 and 0.9.19. It can be executed by running the .bat -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.