From 188bf092554edea8f3d07b42f905ecea9fa6a133 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Mon, 18 Jun 2007 00:25:24 +0000 Subject: [PATCH] switch the default level to info. FINEST was making too much of the background libs spit fire. --- lib/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logging.properties b/lib/logging.properties index 2e72ccc09..6efe3bafc 100644 --- a/lib/logging.properties +++ b/lib/logging.properties @@ -27,7 +27,7 @@ handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler # can be overriden 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.