backup: fix loglevel to just INFO

This commit is contained in:
Michael Schmoock
2020-11-26 11:46:16 +01:00
committed by Christian Decker
parent 040b3a3a35
commit 0cbee3fc48

View File

@@ -17,7 +17,7 @@ import psutil
plugin = Plugin()
root = logging.getLogger()
root.setLevel(logging.DEBUG)
root.setLevel(logging.INFO)
handler = logging.StreamHandler(sys.stdout)
handler.setLevel(logging.DEBUG)