updated default logging to be at warning level and removed need to adjust the paramiko logger
This commit is contained in:
parent
69652ac577
commit
188914ccb1
2 changed files with 5 additions and 3 deletions
|
@ -14,6 +14,11 @@
|
|||
}
|
||||
},
|
||||
"loggers": {
|
||||
"": {
|
||||
"level": "WARNING",
|
||||
"handlers": ["console"],
|
||||
"propagate": false
|
||||
},
|
||||
"core": {
|
||||
"level": "INFO",
|
||||
"handlers": ["console"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue