http://bugzilla.slf4j.org/show_bug.cgi?id=108
Summary: SLF4JBridgeHandler discards records with null message Product: SLF4J Version: 1.5.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P1 Component: Unspecified AssignedTo: dev@slf4j.org ReportedBy: [EMAIL PROTECTED] SLF4JBridgeHandler checks if the message of a LogRecord is null. If so, it does not forward this LogRecord to the underlying logging system. This causes records with null messages to be discarded. If null messages are an issue for certain logging systems it would be preferable to replace the message with an empty string instead of discarding. This way if a Throwable is included in the LogRecord it will still be forwarded to the logging system. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev