Skip to content

Commit

Permalink
adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Mar 22, 2024
1 parent 211171e commit 407a52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weed/util/log_buffer/log_read.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

}

0 comments on commit 407a52f

Please sign in to comment.