Skip to content

Commit 302b093

Browse files
committed
Fix time format in logs
1 parent 04b2585 commit 302b093

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rt4core/config/kernelTest.logging.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ java.util.logging.ConsoleHandler.level = FINEST
4141
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4242

4343
# Customise the SimpleFormatter output format
44-
java.util.logging.SimpleFormatter.format=%1$tH:%1$tm:%1$tS.%1$tL %4$s (%3$s) %5$s%n
45-
#java.util.logging.SimpleFormatter.format=%1$tH:%1$tm:%1$tS %4$s (%3$s) %5$s%n
44+
java.util.logging.SimpleFormatter.format=%1$tH:%1$tM:%1$tS.%1$tL %4$s (%3$s) %5$s%n
45+
#java.util.logging.SimpleFormatter.format=%1$tH:%1$tM:%1$tS %4$s (%3$s) %5$s%n
4646

4747

4848
# FileHandler

rt4core/config/test.logging.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ java.util.logging.ConsoleHandler.level = FINEST
4141
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
4242

4343
# Customise the SimpleFormatter output format
44-
java.util.logging.SimpleFormatter.format=%1$tH:%1$tm:%1$tS.%1$tL %4$s (%3$s) %5$s%n
45-
#java.util.logging.SimpleFormatter.format=%1$tH:%1$tm:%1$tS %4$s (%3$s) %5$s%n
44+
java.util.logging.SimpleFormatter.format=%1$tH:%1$tM:%1$tS.%1$tL %4$s (%3$s) %5$s%n
45+
#java.util.logging.SimpleFormatter.format=%1$tH:%1$tM:%1$tS %4$s (%3$s) %5$s%n
4646

4747

4848
# FileHandler

0 commit comments

Comments
 (0)