JAVA-27237 Change the logging level to WARN (spring-integration)
This commit is contained in:
parent
790ec2b7fb
commit
dc667e03f3
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<logger name="org.springframework" level="ERROR"/>
|
<logger name="org.springframework" level="ERROR"/>
|
||||||
|
|
||||||
<logger name="org.springframework.integration.config" level="INFO"/>
|
<logger name="org.springframework.integration.config" level="WARN"/>
|
||||||
|
|
||||||
<root level="INFO">
|
<root level="INFO">
|
||||||
<appender-ref ref="stdout" />
|
<appender-ref ref="stdout" />
|
||||||
|
|
Loading…
Reference in New Issue