mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +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) {
|
||||
session.destroy();
|
||||
}
|
||||
logger.info("Channel disconnected: " + channel);
|
||||
logger.fine("Channel disconnected: " + channel);
|
||||
channel.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user