Merge pull request #5799 from jumpserver/dev

v2.8 发版
This commit is contained in:
Jiangjie.Bai
2021-03-18 21:04:37 +08:00
committed by GitHub

View File

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