Commit 36af3df0 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

set log level to all


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1417 b35dd754-fafc-0310-a699-88a17e54d16e
parent ca55e9aa
......@@ -139,6 +139,7 @@ public class Log {
// set up the ties into jdk logging
Handler jdkLogHandler = new JiveLogHandler();
jdkLogHandler.setLevel(Level.ALL);
java.util.logging.Logger.getLogger("").addHandler(jdkLogHandler);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment