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.
logback.xml
1 parent 694b65a commit f61313bCopy full SHA for f61313b
src/itest/resources/logback.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8" ?>
2
+<configuration>
3
+ <property name="LOG_LEVEL" value="${IEXEC_LOG_LEVEL:-INFO}"/>
4
+ <include resource="org/springframework/boot/logging/logback/base.xml"/>
5
+ <logger name="org.springframework.web" level="${LOG_LEVEL}"/>
6
+
7
+ <logger name="org.testcontainers" level="INFO"/>
8
+</configuration>
0 commit comments