diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-21 08:07:56 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-21 08:07:56 -0700 |
| commit | 50023fe1cf11a5f0d3920de393c188a7186bafb4 (patch) | |
| tree | 4743cc562bf1d212812731ffcbeaab68177fc010 | |
| parent | a1816d21e988317232b985ce508c10503d81c6d1 (diff) | |
| download | seaweedfs-50023fe1cf11a5f0d3920de393c188a7186bafb4.tar.xz seaweedfs-50023fe1cf11a5f0d3920de393c188a7186bafb4.zip | |
adjust log level
| -rw-r--r-- | weed/util/log_buffer/log_read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/log_buffer/log_read.go b/weed/util/log_buffer/log_read.go index 0354f0e7f..29ac88b18 100644 --- a/weed/util/log_buffer/log_read.go +++ b/weed/util/log_buffer/log_read.go @@ -57,7 +57,7 @@ func (logBuffer *LogBuffer) LoopProcessLogData(readerName string, startPosition if bytesBuf != nil { readSize = bytesBuf.Len() } - glog.V(0).Infof("%s ReadFromBuffer at %v batch %d. Read bytes %v batch %d", readerName, lastReadPosition, lastReadPosition.BatchIndex, readSize, batchIndex) + glog.V(4).Infof("%s ReadFromBuffer at %v batch %d. Read bytes %v batch %d", readerName, lastReadPosition, lastReadPosition.BatchIndex, readSize, batchIndex) if bytesBuf == nil { if batchIndex >= 0 { lastReadPosition = NewMessagePosition(lastReadPosition.UnixNano(), batchIndex) |
