mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-07 14:39:02 +08:00
change warn log to debug
This commit is contained in:
@@ -181,7 +181,7 @@ func (ms *MysqlSession) readFromClient(seqID int64, bytes []byte) {
|
||||
}
|
||||
|
||||
if ms.beginSeqID == -1 {
|
||||
log.Warnf("cover range is empty")
|
||||
log.Debug("cover range is empty")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user