Print

Print


Author: [log in to unmask]
Date: Wed Oct  7 13:11:28 2015
New Revision: 3793

Log:
Better log record format.

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 13:11:28 2015
@@ -11,7 +11,7 @@
 handlers = java.util.logging.ConsoleHandler
 
 # prints level (4$), message (5$), timestamp (1$), source ($2) and (optionally) an exception (6$).
-java.util.logging.SimpleFormatter.format = %4$s: %5$s [%1$tc] %2$s%6$s%n
+java.util.logging.SimpleFormatter.format = %1$tc [%4$s] %2$s%6$s :: %5$s %n
 
 # configure the console handler
 java.util.logging.ConsoleHandler.level = ALL