mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 15:31:29 +08:00
adjust log level
This commit is contained in:
parent
211171e669
commit
407a52fc93
@ -125,7 +125,7 @@ func (logBuffer *LogBuffer) LoopProcessLogData(readerName string, startPosition
|
||||
|
||||
}
|
||||
|
||||
glog.V(0).Infof("%s sent messages ts[%+v,%+v] size %d\n", readerName, startPosition, lastReadPosition, batchSize)
|
||||
glog.V(4).Infof("%s sent messages ts[%+v,%+v] size %d\n", readerName, startPosition, lastReadPosition, batchSize)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user