mirror of
https://gitee.com/BDWare/cm
synced 2025-01-10 18:04:04 +00:00
feat: prune logs
This commit is contained in:
parent
5a2eb0c45b
commit
9a5d3acf26
@ -4,8 +4,6 @@ import com.google.gson.JsonObject;
|
|||||||
import com.google.gson.annotations.Expose;
|
import com.google.gson.annotations.Expose;
|
||||||
import io.netty.channel.Channel;
|
import io.netty.channel.Channel;
|
||||||
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame;
|
import io.netty.handler.codec.http.websocketx.TextWebSocketFrame;
|
||||||
import org.apache.logging.log4j.LogManager;
|
|
||||||
import org.apache.logging.log4j.Logger;
|
|
||||||
import org.bdware.sc.conn.ResultCallback;
|
import org.bdware.sc.conn.ResultCallback;
|
||||||
import org.bdware.sc.util.JsonUtil;
|
import org.bdware.sc.util.JsonUtil;
|
||||||
|
|
||||||
@ -13,8 +11,6 @@ import org.bdware.sc.util.JsonUtil;
|
|||||||
* @author Kaidong Wu
|
* @author Kaidong Wu
|
||||||
*/
|
*/
|
||||||
public class WSClientConsumer implements IEventConsumer {
|
public class WSClientConsumer implements IEventConsumer {
|
||||||
private static final Logger LOGGER = LogManager.getLogger(WSClientConsumer.class);
|
|
||||||
|
|
||||||
@Expose(serialize = false, deserialize = false)
|
@Expose(serialize = false, deserialize = false)
|
||||||
private final Channel channel;
|
private final Channel channel;
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
|
Loading…
Reference in New Issue
Block a user