forked from Sysdeploy/collectd-btrfs
Less logging
This commit is contained in:
parent
4fa406be18
commit
a4461af76f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user