Decrease logging level to the WARN

https://build.spring.io/browse/AMQP-SA17X-120

There is some race condition in the Log4J that log messages
are processed on a wrong thread.

*  Decrease logging level to the `WARN` for the `spring-rabbit` to
minimize the level of vulnerability for the `AmqpAppenderIntegrationTests`
This commit is contained in:
Artem Bilan
2018-01-23 17:47:39 -05:00
parent f786c5b59d
commit 1e8986eeb9

View File

@@ -31,6 +31,6 @@ log4j.appender.amqpXml.contentType=text/xml
log4j.category.org.springframework.amqp.rabbit.log4j=DEBUG, amqp
log4j.category.org.springframework.amqp.rabbit.logging.customLayout=DEBUG, amqpXml
log4j.category.org.springframework.amqp.rabbit=DEBUG
log4j.category.org.springframework.amqp.rabbit=WARN
log4j.category.org.springframework.beans.factory=INFO