Skip to content

Commit

Permalink
chore(test): make sure to print the stacktrace in test logs (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 authored Nov 4, 2024
1 parent c3e9230 commit 0ad0c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ java.util.logging.ConsoleHandler.level = INFO

java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
# time [level] loggerName: message
java.util.logging.SimpleFormatter.format=%1$tT [%4$-7s] %2$s: %5$s%n
java.util.logging.SimpleFormatter.format=%1$tT [%4$-7s] %2$s: %5$s %6$s%n


0 comments on commit 0ad0c95

Please sign in to comment.