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