diff options
author | Emil Ivov <emcho@jitsi.org> | 2008-07-16 21:08:16 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2008-07-16 21:08:16 +0000 |
commit | 4b27759c9f5b442c02b60d6728141257c89ffab8 (patch) | |
tree | da79ec7438f464d93fb24b6ebe88ec8f808e4800 /lib/logging.properties | |
parent | d17710826a821f89b25237a1fa901184bd9dfd2b (diff) | |
download | jitsi-4b27759c9f5b442c02b60d6728141257c89ffab8.zip jitsi-4b27759c9f5b442c02b60d6728141257c89ffab8.tar.gz jitsi-4b27759c9f5b442c02b60d6728141257c89ffab8.tar.bz2 |
Moving the AutoAway configuration to the general configuration form. (Patch by Damien Roth).
Improved the text of Exception messages in OpSetBasicTelephonySipImpl
Cosmetic fixes in the media package
Reduced default logging level
Diffstat (limited to 'lib/logging.properties')
-rw-r--r-- | lib/logging.properties | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/lib/logging.properties b/lib/logging.properties index 4f5a767..85b86d0 100644 --- a/lib/logging.properties +++ b/lib/logging.properties @@ -57,25 +57,26 @@ java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLo # We don't want trace logs from joscar and joustsim net.kano.level = INFO -ymsg.network.level = FINEST +ymsg.network.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.protocol.level = FINEST -net.java.sip.communicator.impl.shutdown.level = FINEST -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.protocol.level = INFO +net.java.sip.communicator.impl.shutdown.level = INFO +net.java.sip.communicator.impl.contactlist.level = INFO +net.java.sip.communicator.slick.level = INFO +net.java.sip.communicator.impl.level = INFO +net.java.sip.communicator.service.level = INFO +net.java.sip.communicator.util.level = INFO +net.java.sip.communicator.service.configuration.level = INFO +net.java.sip.communicator.impl.configuration.level = INFO net.java.sip.communicator.impl.history.level = INFO net.java.sip.communicator.impl.gui.level = INFO -net.java.sip.communicator.impl.protocol.zeroconf.jmdns.level=INFO +net.java.sip.communicator.impl.protocol.zeroconf.jmdns.level = WARN +net.java.sip.communicator.impl.media.level = WARN # For example, set the com.xyz.foo logger to only log SEVERE # messages: |