mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-19 22:24:19 +01:00
backup: fix loglevel to just INFO
This commit is contained in:
committed by
Christian Decker
parent
040b3a3a35
commit
0cbee3fc48
@@ -17,7 +17,7 @@ import psutil
|
|||||||
plugin = Plugin()
|
plugin = Plugin()
|
||||||
|
|
||||||
root = logging.getLogger()
|
root = logging.getLogger()
|
||||||
root.setLevel(logging.DEBUG)
|
root.setLevel(logging.INFO)
|
||||||
|
|
||||||
handler = logging.StreamHandler(sys.stdout)
|
handler = logging.StreamHandler(sys.stdout)
|
||||||
handler.setLevel(logging.DEBUG)
|
handler.setLevel(logging.DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user