We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea096e commit 1c9fd7aCopy full SHA for 1c9fd7a
springdoc-openapi-webflux-core/src/test/resources/logback-test.xml
@@ -1,4 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<configuration>
3
<include resource="org/springframework/boot/logging/logback/base.xml" />
4
+ <logger name="org.springframework" level="OFF"/>
5
+ <logger name="test.org.springdoc.api" level="ERROR"/>
6
</configuration>
0 commit comments