Print

Print


Author: [log in to unmask]
Date: Tue Nov  3 12:37:39 2015
New Revision: 3929

Log:
Logging config updates.

Modified:
    java/trunk/logging/src/main/resources/org/hps/logging/config/logging.properties
    java/trunk/logging/src/main/resources/org/hps/logging/config/test_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	Tue Nov  3 12:37:39 2015
@@ -11,7 +11,7 @@
 handlers = java.util.logging.ConsoleHandler
 
 # 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
+java.util.logging.SimpleFormatter.format = %1$tY-%1$tm-%1$td %1$tT [%4$s] %2$s :: %5$s%6$s%n
 
 # configure the console handler
 java.util.logging.ConsoleHandler.level = ALL
@@ -23,7 +23,7 @@
 
 # conditions
 org.hps.conditions.api.level = WARNING
-org.hps.conditions.database.level = WARNING
+org.hps.conditions.database.level = ALL
 org.hps.conditions.cli.level = CONFIG
 org.hps.conditions.ecal.level = WARNING
 org.hps.conditions.svt.level = WARNING

Modified: java/trunk/logging/src/main/resources/org/hps/logging/config/test_logging.properties
 =============================================================================
--- java/trunk/logging/src/main/resources/org/hps/logging/config/test_logging.properties	(original)
+++ java/trunk/logging/src/main/resources/org/hps/logging/config/test_logging.properties	Tue Nov  3 12:37:39 2015
@@ -5,13 +5,13 @@
 #
 
 # default global level
-.level = WARNING
+.level = ALL
 
 # default handler which prints to console
 handlers = java.util.logging.ConsoleHandler
 
 # 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
+java.util.logging.SimpleFormatter.format = %1$tY-%1$tm-%1$td %1$tT [%4$s] %2$s :: %5$s%6$s%n
 
 # configure the console handler
 java.util.logging.ConsoleHandler.level = ALL
@@ -23,7 +23,7 @@
 
 # conditions
 org.hps.conditions.api.level = WARNING
-org.hps.conditions.database.level = WARNING
+org.hps.conditions.database.level = ALL
 org.hps.conditions.cli.level = WARNING
 org.hps.conditions.ecal.level = WARNING
 org.hps.conditions.svt.level = WARNING