Skip to content

Commit

Permalink
UTC date format in ledger-api-test-tool logs [KVL-626] (#7683)
Browse files Browse the repository at this point in the history
* UTC date format in ledger-api-test-tool logs

* Changed timestamp millis separator to dot for ledger-api-test-tool
  • Loading branch information
kamil-da authored Oct 14, 2020
1 parent 2007c92 commit f21142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/ledger-api-test-tool/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<level>trace</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-5level %logger{5}@[%-4.30thread] - %msg%n</pattern>
<pattern>%date{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC} %-5level %logger{5}@[%-4.30thread] - %msg%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit f21142b

Please sign in to comment.