mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-31 06:22:56 +00:00
fix: 隐藏azure-sdk的日志
This commit is contained in:
parent
4e55d0f1e4
commit
b950b48112
@ -128,6 +128,10 @@ LOGGING = {
|
||||
'handlers': ['syslog'],
|
||||
'level': 'INFO'
|
||||
},
|
||||
'azure': {
|
||||
'handlers': ['null'],
|
||||
'level': 'ERROR'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user