Skip to content

Commit

Permalink
Merge pull request pingcap#9 from knull-cn/hack5.3
Browse files Browse the repository at this point in the history
log is too much,use debug level
  • Loading branch information
knull-cn authored Jan 6, 2022
2 parents d61c7c2 + 0b5a228 commit 57fa076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/backend/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ func (e *File) ingestSSTs(metas []*sstMeta) error {
totalCount += m.totalCount
fileSize += m.fileSize
}
log.L().Info("write data to local DB",
log.L().Debug("write data to local DB",
zap.Int64("size", totalSize),
zap.Int64("kvs", totalCount),
zap.Int("files", len(metas)),
Expand Down

0 comments on commit 57fa076

Please sign in to comment.