mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-07 14:39:02 +08:00
change default capture rate
This commit is contained in:
@@ -161,7 +161,7 @@ func (ms *MysqlSession) readFromClient(seqID int64, bytes []byte) {
|
||||
ms.endSeqID = seqID
|
||||
|
||||
if int64(ms.expectReceiveSize) < int64(len(contents)) {
|
||||
log.Warnf("receive invalid mysql packet")
|
||||
log.Debug("receive invalid mysql packet")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user