diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-21 23:23:26 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-21 23:23:26 -0700 |
| commit | 407a52fc93125be85c23ef80eb73ae03c95b49ad (patch) | |
| tree | 6666c1bc4101ebf9dfce684b527e7321638eaeb5 /weed/util/log_buffer/log_read.go | |
| parent | 211171e6695b492021375e6e8af3cb7e1337a65c (diff) | |
| download | seaweedfs-407a52fc93125be85c23ef80eb73ae03c95b49ad.tar.xz seaweedfs-407a52fc93125be85c23ef80eb73ae03c95b49ad.zip | |
adjust log level
Diffstat (limited to 'weed/util/log_buffer/log_read.go')
| -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 29ac88b18..2a0b9743b 100644 --- a/weed/util/log_buffer/log_read.go +++ b/weed/util/log_buffer/log_read.go @@ -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) } } |
