[logback-dev] [Bug 118] New: Console appender stops working after using paramter logging

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Jan 10 14:57:22 CET 2008


http://bugzilla.qos.ch/show_bug.cgi?id=118

           Summary: Console appender stops working after using paramter
                    logging
           Product: Console Plugin
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P1
         Component: interface
        AssignedTo: logback-dev at qos.ch
        ReportedBy: graham at crazysquirrel.com


I'm pretty new to LOGBack but I've come across what appears to be a fairly
major failing in the Eclipse console plugin.

The first time a parameter replacing log message is used the console plugin
stops working and doesn't log any further messages. I haven't written a
simplified test case yet but here are three lines from my code that reliably
trigger the problem:

//This line appears in the console pluging and the standard tomcat console
logger.debug( "Loading foo: " + foo );

//Neither of these two lines appear in the console plugin but do appear in the
//standard tomcat console
logger.debug( "Loading foo {} bar {} for baz {}", new Object[]{ foo, bar, baz}
);
logger.debug( "Loading bar: " + bar );


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the logback-dev mailing list