Print

Print


Author: [log in to unmask]
Date: Wed Oct  7 16:20:50 2015
New Revision: 3797

Log:
Correction to log format for printing exception message.

Modified:
    java/trunk/logging/src/main/resources/org/hps/logging/config/logging.properties

Modified: java/trunk/logging/src/main/resources/org/hps/logging/config/logging.properties
 =============================================================================
--- java/trunk/logging/src/main/resources/org/hps/logging/config/logging.properties	(original)
+++ java/trunk/logging/src/main/resources/org/hps/logging/config/logging.properties	Wed Oct  7 16:20:50 2015
@@ -10,8 +10,8 @@
 # default handler which prints to console
 handlers = java.util.logging.ConsoleHandler
 
-# prints level (4$), message (5$), timestamp (1$), source ($2) and (optionally) an exception (6$).
-java.util.logging.SimpleFormatter.format = %1$tc [%4$s] %2$s%6$s :: %5$s %n
+# prints timestamp (1$), level (4$), source ($2), message (5$), and (optionally) an exception (6$).
+java.util.logging.SimpleFormatter.format = %1$tc [%4$s] %2$s:: %5$s%6$s%n
 
 # configure the console handler
 java.util.logging.ConsoleHandler.level = ALL
@@ -33,7 +33,7 @@
 
 # analysis
 org.hps.analysis.trigger.level = INFO
-org.hps.analysis.dataquality.level = INFO
+org.hps.analysis.dataquality.level = WARNING
 
 # crawler
 org.hps.crawler.level = CONFIG