Skip to content

Commit f61313b

Browse files
committed
Add logback.xml file for integration tests
1 parent 694b65a commit f61313b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/itest/resources/logback.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)