GH-1317: Change Shutdown Ignored Log to Debug
Resolves https://github.com/spring-projects/spring-amqp/issues/1317
This commit is contained in:
@@ -1281,7 +1281,8 @@ public abstract class AbstractMessageListenerContainer extends RabbitAccessor
|
||||
public void shutdown() {
|
||||
synchronized (this.lifecycleMonitor) {
|
||||
if (!isActive()) {
|
||||
logger.info("Shutdown ignored - container is not active already");
|
||||
logger.debug("Shutdown ignored - container is not active already");
|
||||
this.lifecycleMonitor.notifyAll();
|
||||
return;
|
||||
}
|
||||
this.active = false;
|
||||
|
||||
Reference in New Issue
Block a user