Less logging

This commit is contained in:
Peter Šurda 2023-06-07 23:02:46 +08:00
parent 4fa406be18
commit a4461af76f
Signed by untrusted user: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def read_callback():
metric.dispatch(TYPE_STATS, [value])
except Exception as e:
collectd.error("btrfs: read_callback: {}".format(e))
collectd.info("btrfs: read done")
collectd.debug("btrfs: read done")
if __name__ != "__main__":
# Register callbacks