Browse Source

adjust log level (#3589)

pull/3592/head
famosss 2 years ago
committed by GitHub
parent
commit
131d389fc4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/filer/filer_deletion.go

2
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)
}
}
})

Loading…
Cancel
Save