fix: 隐藏azure-sdk的日志

This commit is contained in:
Bai 2021-03-18 21:01:09 +08:00 committed by Jiangjie.Bai
parent 4e55d0f1e4
commit b950b48112

View File

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