Skip to content

Commit f87668f

Browse files
committed
PVA cmd line logger: Show millisecs
1 parent c8bfbc5 commit f87668f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pva/src/main/resources/pva_logging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
1111
# 1: date, 2: source, 3: logger, 4: level, 5: message, 6:thrown
1212
# Adding the logger name [%3$s] can be useful to determine which logger to _disable_,
1313
#
14-
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s [%3$s] %5$s%6$s%n
14+
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1tN %4$s [%3$s] %5$s%6$s%n
1515
#
1616
# but otherwise the source is more useful to locate the originating code.
1717
# java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s [%2$s] %5$s%6$s%n

0 commit comments

Comments
 (0)