mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
backup: fix loglevel to just INFO
This commit is contained in:
parent
040b3a3a35
commit
0cbee3fc48
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue