aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/logging.properties
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2010-04-30 11:36:45 +0000
committerEmil Ivov <emcho@jitsi.org>2010-04-30 11:36:45 +0000
commit2ec0ce766061497f6a36f7477ed75e7a876006cf (patch)
tree8362a105a769175c31ef76075e4699fd1673ffd3 /resources/install/logging.properties
parent9cbfa458704b5952d23c707b92ddeb6a10a57763 (diff)
downloadjitsi-2ec0ce766061497f6a36f7477ed75e7a876006cf.zip
jitsi-2ec0ce766061497f6a36f7477ed75e7a876006cf.tar.gz
jitsi-2ec0ce766061497f6a36f7477ed75e7a876006cf.tar.bz2
Applies a new logging policy that should make file logs more readable (sip messages should now be logged only once for example and console output remains limited)
Diffstat (limited to 'resources/install/logging.properties')
-rw-r--r--resources/install/logging.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/logging.properties b/resources/install/logging.properties
index 4b4e806..68577f5 100644
--- a/resources/install/logging.properties
+++ b/resources/install/logging.properties
@@ -38,7 +38,7 @@ handlers= net.java.sip.communicator.util.FileHandler, java.util.logging.ConsoleH
net.java.sip.communicator.util.FileHandler.limit = 5000000
net.java.sip.communicator.util.FileHandler.count = 3
net.java.sip.communicator.util.FileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
-net.java.sip.communicator.util.FileHandler.level = FINEST
+net.java.sip.communicator.util.FileHandler.level = INFO
# Limit the message that are printed on the console to FINEST and above (all).