Skip to content

Commit

Permalink
Updated test log config
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Mar 19, 2016
1 parent 5084997 commit 41d1624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<level>INFO</level>
</filter>
</appender>
<!--
<appender class="ch.qos.logback.core.FileAppender" name="FILE">
<File>target/test.log</File>
<Append>false</Append>
Expand All @@ -16,9 +17,12 @@
</pattern>
</encoder>
</appender>
-->
<root level="TRACE">
<appender-ref ref="CONSOLE" />
<!--
<appender-ref ref="FILE" />
-->
</root>
<!-- <logger name="org.springframework" level="INFO" /> <logger name="org.apache"
level="INFO" /> -->
Expand Down

0 comments on commit 41d1624

Please sign in to comment.