Skip to content

Commit

Permalink
disable debug logging for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 4, 2023
1 parent 64b9123 commit caec36e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
<include resource="org/springframework/boot/logging/logback/base.xml" />
<logger name="org.apache.pdfbox.io.ScratchFileBuffer" level="ERROR"/>
<logger name="org.mockserver.log" level="WARN"/>
<root level="debug">
<appender-ref ref="CONSOLE"/>
</root>
</configuration>

0 comments on commit caec36e

Please sign in to comment.