Skip to content

Commit

Permalink
Merge pull request #1031 from microsoft/trask/stop-http-debug-logging…
Browse files Browse the repository at this point in the history
…-in-test

Stop http debug logging during test
  • Loading branch information
trask authored Aug 26, 2019
2 parents aee547d + 1931db9 commit 77cbbc0
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="info">
<appender-ref ref="STDOUT" />
</root>
</configuration>

0 comments on commit 77cbbc0

Please sign in to comment.