Skip to content

Commit 0ad0c95

Browse files
chore(test): make sure to print the stacktrace in test logs (#2399)
1 parent c3e9230 commit 0ad0c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable/src/test/resources/logging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ java.util.logging.ConsoleHandler.level = INFO
77

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

1212

0 commit comments

Comments
 (0)