Skip to content

Commit

Permalink
test: Modify log formatter for verbose logging to help debug issues. (#…
Browse files Browse the repository at this point in the history
…2327)

* modify log formatter for verbose logging to help debug issues.

* modify log formatter for verbose logging to help debug issues.
  • Loading branch information
meeral-k committed Sep 16, 2024
1 parent dc65bd5 commit 0656dc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.google.cloud.bigtable.data.v2.BigtableDataSettings.level=WARNING
java.util.logging.ConsoleHandler.level = FINEST

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
# [YYYY-MM-DD HH:MM:SS.sss] [level] (loggerName): message
java.util.logging.SimpleFormatter.format=[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL.%1$tN] [%4$-7s] (%2$s): %5$s%n

0 comments on commit 0656dc9

Please sign in to comment.