From 78489da7e2185f53faaec9356fa1a8997cedab70 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期三, 28 五月 2025 08:46:55 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/netty/handle/ProtectorHandler.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java index ec0b43c..a3ac4f2 100644 --- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java +++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java @@ -1,6 +1,7 @@ package com.zy.core.netty.handle; import com.core.common.Cools; +import com.zy.common.utils.News; import com.zy.core.netty.AbstractInboundHandler; import com.zy.core.netty.cache.ChannelCache; import com.zy.core.netty.domain.ChPackage; @@ -38,7 +39,7 @@ String uuid = ChannelCache.removeChannel(ctx.channel()); ctx.close(); if (!Cools.isEmpty(uuid)){ - log.info("uuid={} 绌洪棽鍓旈櫎", uuid); + News.info("uuid={} 绌洪棽鍓旈櫎", uuid); } } } @@ -52,7 +53,7 @@ String uuid = ChannelCache.removeChannel(ctx.channel()); ctx.close(); if (!Cools.isEmpty(uuid)){ - log.info("閫氶亾 uuid={} 澶卞幓杩炴帴", uuid); + News.info("閫氶亾 uuid={} 澶卞幓杩炴帴", uuid); } } -- Gitblit v1.9.1