fix: 隐藏azure-sdk的日志

pull/5799/head
Bai 2021-03-18 21:01:09 +08:00 committed by Jiangjie.Bai
parent 4e55d0f1e4
commit b950b48112
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ LOGGING = {
'handlers': ['syslog'],
'level': 'INFO'
},
'azure': {
'handlers': ['null'],
'level': 'ERROR'
}
}
}