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

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Jan 16 16:12:26 CET 2008


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





------- Comment #2 from graham at crazysquirrel.com  2008-01-16 16:12 -------
Hi,

I've read up a bit more and I'm not sure this isn't user error on my part.

I noticed in the documentation is states that SocketAppenders don't use
formatters because the objects to be logged are serialized and sent over the
wire. Some of the variable objects I passed in weren't serializable.

I suspect what is happening is a serialization exception is being thrown which
is closing the socket and stopping any further log messages (even ones that can
be serialized) from getting though.

I'm using logback 0.9.3 with slf4j 1.3.0 - these are the only versions I've
ever downloaded.


-- 
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