[slf4j-dev] [Bug 232] SLF4j not logging Debug logs with java Util log bindings .

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Aug 10 18:47:26 CEST 2011


http://bugzilla.slf4j.org/show_bug.cgi?id=232

--- Comment #6 from Ceki Gulcu <listid at qos.ch> 2011-08-10 18:47:26 CEST ---
Given the following logging.properties file:

handlers=java.util.logging.ConsoleHandler
.level=ALL
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

The following output is generated when running com.bskyb.fin.Sample:

Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main
FINE: ----DEBUG----true
Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main
INFO: ----INFO----true
Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main
WARNING: ----WARN----
Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main
SEVERE: ----ERROR----
Aug 10, 2011 6:45:29 PM com.bskyb.fin.Sample main
FINEST: ----TRACE----

You should obtain the same.

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list