File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
main/java/com/rabbitmq/client/impl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -502,6 +502,7 @@ public void channelInactive(ChannelHandlerContext ctx) {
502502 if (needToDispatchIoError ()) {
503503 AMQConnection c = this .connection ;
504504 if (c .isOpen ()) {
505+ LOGGER .debug ("Dispatching shutdown when channel became inactive" );
505506 // it is likely to be an IO exception
506507 this .dispatchShutdownToConnection (() -> c .handleIoError (null ));
507508 } else {
Original file line number Diff line number Diff line change 88 <logger name =" com.rabbitmq.client.AmqpClientTestExtension" level =" debug" />
99 <logger name =" com.rabbitmq.client.test.server.TopicPermissions" level =" debug" />
1010 <logger name =" com.rabbitmq.client.impl.AbstractMetricsCollector" level =" debug" />
11- <logger name =" com.rabbitmq.client.impl.NettyFrameHandlerFactory" level =" warn " />
11+ <logger name =" com.rabbitmq.client.impl.NettyFrameHandlerFactory" level =" debug " />
1212
1313 <root level =" warn" >
1414 <appender-ref ref =" STDOUT" />
You can’t perform that action at this time.
0 commit comments