Skip to content

Commit

Permalink
add logback-test.xml to src/main/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed May 7, 2017
1 parent 4f9f44e commit 3e23e8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gedbrowser-renderer/src/main/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" />
<logger name="org.springframework" level="INFO"/>
<logger name="org.schoellerfamily" level="DEBUG"/>
<logger name="org.mongodb" level="ERROR"/>
</configuration>

0 comments on commit 3e23e8b

Please sign in to comment.