From e547c42c44f8a3efae495c4be27d5e1505f59b21 Mon Sep 17 00:00:00 2001 From: Danny van Heumen Date: Thu, 22 Jan 2015 22:08:51 +0100 Subject: [PATCH] Set default IRC logging level to INFO. Keep the entry for now for easy access. --- lib/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logging.properties b/lib/logging.properties index 92263344f..456ea9344 100644 --- a/lib/logging.properties +++ b/lib/logging.properties @@ -68,4 +68,4 @@ java.awt.level = INFO javax.swing.level = INFO # Enable extra logging for IRC since it is still experimental -net.java.sip.communicator.impl.protocol.irc.level = FINE +net.java.sip.communicator.impl.protocol.irc.level = INFO