Skip to content

Commit

Permalink
chore(test): make sure to print the stacktrace in test logs
Browse files Browse the repository at this point in the history
Change-Id: I1bff75b7ff1ebcc9ecf13dc3b6eb8bc17b9e2063
  • Loading branch information
igorbernstein2 committed Nov 4, 2024
1 parent ecf4d3e commit 5f17adb
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 5f17adb

Please sign in to comment.