Skip to content

Commit

Permalink
Decrease logging level to the WARN
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
artembilan committed Jan 23, 2018
1 parent f786c5b commit 1e8986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-rabbit/src/test/resources/log4j-amqp.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e8986e

Please sign in to comment.