mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 11:36:01 +00:00
bump metrics logging to INFO
This commit is contained in:
parent
b63b17abbd
commit
39d72e71b3
@ -58,6 +58,6 @@ class Metrics:
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug(self._buffer.getvalue())
|
logger.info(self._buffer.getvalue())
|
||||||
self._buffer.truncate(0)
|
self._buffer.truncate(0)
|
||||||
self._buffer.seek(0)
|
self._buffer.seek(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user