Skip to content

Commit

Permalink
Create logback-test.xml (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
albrektsson authored Oct 10, 2023
1 parent fac9e59 commit 200ffc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<pattern>[%d %level %logger %mdc] - %m%n</pattern>
</encoder>
</appender>

<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>

0 comments on commit 200ffc6

Please sign in to comment.