Print

Print


Author: [log in to unmask]
Date: Tue Nov  3 12:41:50 2015
New Revision: 3930

Log:
More 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:41:50 2015
@@ -5,7 +5,7 @@
 #
 
 # default global level
-.level = WARNING
+.level = ALL
 
 # default handler which prints to console
 handlers = java.util.logging.ConsoleHandler
@@ -18,8 +18,9 @@
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
 
 # lcsim job
-org.lcsim.job.level = ALL
+org.lcsim.job.level = CONFIG
 org.lcsim.job.EventMarkerDriver.level = ALL
+org.lcsim.job.EventPrintLoopAdapter = ALL
 
 # conditions
 org.hps.conditions.api.level = WARNING
@@ -42,9 +43,13 @@
 # crawler
 org.hps.crawler.level = CONFIG
 
+# datacat
+org.hps.datacat.client.level = ALL
+
 # ecal-recon
 org.hps.recon.ecal.level = CONFIG
 org.hps.recon.ecal.cluster.level = WARNING
+org.hps.recon.ecal.cluster.ClusterDriver.level = WARNING
 
 # recon
 org.hps.recon.filtering.level = WARNING
@@ -71,3 +76,6 @@
 org.lcsim.detector.converter.compact.level = INFO
 org.lcsim.geometry.compact.converter.level = INFO
 org.hps.detector.svt.level = ALL
+
+# test data
+org.hps.data.test = INFO

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:41:50 2015
@@ -20,6 +20,7 @@
 # lcsim job
 org.lcsim.job.level = WARNING
 org.lcsim.job.EventMarkerDriver.level = OFF
+org.lcsim.job.EventPrintLoopAdapter = ALL
 
 # conditions
 org.hps.conditions.api.level = WARNING
@@ -42,9 +43,13 @@
 # crawler
 org.hps.crawler.level = WARNING
 
+# datacat
+org.hps.datacat.client.level = ALL
+
 # ecal-recon
 org.hps.recon.ecal.level = WARNING
 org.hps.recon.ecal.cluster.level = WARNING
+org.hps.recon.ecal.cluster.ClusterDriver.level = WARNING
 
 # recon
 org.hps.recon.filtering.level = WARNING
@@ -71,3 +76,6 @@
 org.lcsim.detector.converter.compact.level = WARNING
 org.lcsim.geometry.compact.converter.level = WARNING
 org.hps.detector.svt.level = WARNING
+
+# test data
+org.hps.data.test = INFO