aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/logging.properties
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2011-01-18 15:54:53 +0000
committerDamian Minkov <damencho@jitsi.org>2011-01-18 15:54:53 +0000
commit4ebbc2c91a03c6a0f402d9031faab5e724b8d630 (patch)
tree311811d4df1788d27a95253996cb91895801ee4f /resources/install/logging.properties
parente6f364e1fab6f245dd9e14ed2579624be803e6b2 (diff)
downloadjitsi-4ebbc2c91a03c6a0f402d9031faab5e724b8d630.zip
jitsi-4ebbc2c91a03c6a0f402d9031faab5e724b8d630.tar.gz
jitsi-4ebbc2c91a03c6a0f402d9031faab5e724b8d630.tar.bz2
Ask user for REFERS with unknown calls and decline them or ignore if not specified.
Update installers logging properties.
Diffstat (limited to 'resources/install/logging.properties')
-rw-r--r--resources/install/logging.properties22
1 files changed, 2 insertions, 20 deletions
diff --git a/resources/install/logging.properties b/resources/install/logging.properties
index 68577f5..d8aad91 100644
--- a/resources/install/logging.properties
+++ b/resources/install/logging.properties
@@ -24,10 +24,10 @@ handlers= net.java.sip.communicator.util.FileHandler, java.util.logging.ConsoleH
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
-# can be overriden by a facility specific level
+# can be overridden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
-.level= FINEST
+.level= INFO
############################################################
# Handler specific properties.
@@ -51,24 +51,6 @@ java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLo
# Provides extra control for each logger.
############################################################
-# We don't want trace logs from joscar and joustsim
-net.kano.level = INFO
-
-# We don't want trace logs from java-jml
-net.sf.cindy.impl.level = INFO
-
-# But we want everything coming from the sip-comm
-net.java.sip.communicator.impl.level = INFO
-net.java.sip.communicator.impl.contactlist.level = FINEST
-net.java.sip.communicator.slick.level = FINEST
-net.java.sip.communicator.impl.level = FINEST
-net.java.sip.communicator.service.level = FINEST
-net.java.sip.communicator.util.level = FINEST
-net.java.sip.communicator.service.configuration.level = FINEST
-net.java.sip.communicator.impl.configuration.level = FINEST
-net.java.sip.communicator.impl.history.level = INFO
-net.java.sip.communicator.impl.gui.level = INFO
-
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
com.xyz.foo.level = SEVERE