Closed GoogleCodeExporter closed 9 years ago
Version: 3.0-beta-3
Original comment by monk...@gmail.com
on 19 Nov 2010 at 11:51
Log level *is* already INFO as you can see from the lines you pasted e.g.
"INFO: connected". Why java.util.logging goes to STDERR and then relogged as
ERROR I have no idea, must depend on how it's configured in your own app.
Original comment by mirko.na...@gmail.com
on 12 Mar 2011 at 5:18
After some research, I discovered the real problem: JodConverted was using a
different Java Loggin solution. And the solution was fount at
http://shrubbery.mynetgear.net/c/display/W/Routing+java.util.logging+messages+to
+Log4J.
I need to use http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html
to redirect all JUL log records are redirected to the SLF4J API.
Original comment by monk...@gmail.com
on 14 Mar 2011 at 9:39
Original issue reported on code.google.com by
monk...@gmail.com
on 19 Nov 2010 at 11:47