vfs: Reduce logging of metadata expiry to debug
This commit is contained in:
parent
8d5bc7f28b
commit
63ebe4ca8d
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ func (item *Item) _removeMeta(reason string) {
|
|||
fs.Errorf(item.name, "vfs cache: failed to remove metadata from cache as %s: %v", reason, err)
|
||||
}
|
||||
} else {
|
||||
fs.Infof(item.name, "vfs cache: removed metadata from cache as %s", reason)
|
||||
fs.Debugf(item.name, "vfs cache: removed metadata from cache as %s", reason)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue