[logback-dev] [Bug 145] No Log Events appear in View

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Sat Apr 12 06:38:28 CEST 2008


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


noreply.sebastien at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #4 from noreply.sebastien at qos.ch  2008-04-12 06:38 -------
Hello Tobias,

Thanks for your report.

This problem is due to the fact that the LoggingEvent class has changed in
logback 0.9.9. The plugin cannot deserialize it like older versions of the
class.

A quick and dirty fix is to update the logback and slf4j libs inside the
plugin. Replace the old libs with logback-core and logback-classic 0.9.9
versions, and the old slf4j-api with the new 1.5.0 version.
However, you'll have to name them with versions 0.9.3 and 1.3.0 for the plugin
to work without modifications.

After this change, it should work fine.

To prevent this problem, we'll release an updated plugin soon.


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