Skip to content

Commit

Permalink
Add log timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 27, 2023
1 parent 97823a7 commit 8a581e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.io7m.hibiscus.tests/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<appender name="STDERR"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>hibiscus: %logger{128}: %level: %msg%n</pattern>
<pattern>%d{HH:mm:ss.SSS} hibiscus: %logger{128}: %level: %msg%n</pattern>
</encoder>
<target>System.out</target>
</appender>
Expand Down

0 comments on commit 8a581e4

Please sign in to comment.