diff options
| author | famosss <zzq09494@ly.com> | 2022-09-05 13:37:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-04 22:37:32 -0700 |
| commit | 131d389fc4ce717ffa5b3ab1ace9cf33fe585f29 (patch) | |
| tree | 122ffddc9728396720ec9bc983eb429af2213b75 | |
| parent | f4abefc1091efb841cfce05b44f9aef576e79e94 (diff) | |
| download | seaweedfs-131d389fc4ce717ffa5b3ab1ace9cf33fe585f29.tar.xz seaweedfs-131d389fc4ce717ffa5b3ab1ace9cf33fe585f29.zip | |
adjust log level (#3589)
| -rw-r--r-- | weed/filer/filer_deletion.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filer_deletion.go b/weed/filer/filer_deletion.go index bdc556f24..0c354f889 100644 --- a/weed/filer/filer_deletion.go +++ b/weed/filer/filer_deletion.go @@ -58,7 +58,7 @@ func (f *Filer) loopProcessingDeletion() { glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err) } } else { - glog.V(1).Infof("deleting fileIds len=%d", deletionCount) + glog.V(2).Infof("deleting fileIds len=%d", deletionCount) } } }) |
