Skip to content

Commit

Permalink
added logback config file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 7, 2024
1 parent 9cae336 commit 6086e0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packetdumper/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<configuration>
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1}): %msg%n%throwable</pattern>
</encoder>
</appender>
<root level="TRACE">
<appender-ref ref="Console" />
</root>
</configuration>

0 comments on commit 6086e0d

Please sign in to comment.