From 9cf45bd9ca77dbc1488c3ea4383a86588fe580d5 Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 7 Jun 2021 18:14:24 +0800 Subject: [PATCH] Ignore `MessageSvc.PushNotify` in logging --- .../kotlin/network/components/PacketLoggingStrategy.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt index cb224f50a..07b79c3f6 100644 --- a/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt +++ b/mirai-core/src/commonMain/kotlin/network/components/PacketLoggingStrategy.kt @@ -89,6 +89,7 @@ internal class PacketLoggingStrategyImpl( "MessageSvc.PbGetMsg", // they are too verbose. "OnlinePush.RespPush", "Heartbeat.Alive", + "MessageSvc.PushNotify", ) }