Skip to content

Commit

Permalink
Logback-classic for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Feb 15, 2021
1 parent 4099a57 commit 0e57015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/features/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<logger level="INFO" name="com.github.kagkarlsson"/>

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

Expand Down

0 comments on commit 0e57015

Please sign in to comment.