mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-05 22:53:07 +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