Ignore MessageSvc.PushNotify in logging

This commit is contained in:
Him188 2021-06-07 18:14:24 +08:00
parent 271759b4c6
commit 9cf45bd9ca

View File

@ -89,6 +89,7 @@ internal class PacketLoggingStrategyImpl(
"MessageSvc.PbGetMsg", // they are too verbose.
"OnlinePush.RespPush",
"Heartbeat.Alive",
"MessageSvc.PushNotify",
)
}