mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Make channel disconnection method log at the fine level.
This commit is contained in:
@@ -51,7 +51,7 @@ public final class ApolloHandler extends ChannelInboundHandlerAdapter {
|
|||||||
if (session != null) {
|
if (session != null) {
|
||||||
session.destroy();
|
session.destroy();
|
||||||
}
|
}
|
||||||
logger.info("Channel disconnected: " + channel);
|
logger.fine("Channel disconnected: " + channel);
|
||||||
channel.close();
|
channel.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user