aboutsummaryrefslogtreecommitdiff
path: root/weed/util/log_buffer/log_read.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-03-16 23:15:06 -0700
committerchrislu <chris.lu@gmail.com>2024-03-16 23:15:06 -0700
commitaba934f0b53a259d4b028fe70eb61c7b89d1ea57 (patch)
treeb0d9527c2a55e8d86c6e1e30cb3415908d10358a /weed/util/log_buffer/log_read.go
parent44ab42d03c754cffe67a8643b8054fff71ce426d (diff)
downloadseaweedfs-aba934f0b53a259d4b028fe70eb61c7b89d1ea57.tar.xz
seaweedfs-aba934f0b53a259d4b028fe70eb61c7b89d1ea57.zip
adjust log level
Diffstat (limited to 'weed/util/log_buffer/log_read.go')
-rw-r--r--weed/util/log_buffer/log_read.go2
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..866805c47 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(1).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)