mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add config for enabling STS communication logging (#21591)
* Add config for enabling STS communication logging * Add warning to description
This commit is contained in:
@@ -150,6 +150,17 @@
|
||||
"Verbose"
|
||||
]
|
||||
},
|
||||
"mssql.trace.server": {
|
||||
"type": "string",
|
||||
"scope": "window",
|
||||
"enum": [
|
||||
"off",
|
||||
"messages",
|
||||
"verbose"
|
||||
],
|
||||
"default": "off",
|
||||
"description": "%mssql.tracing.desc%"
|
||||
},
|
||||
"mssql.logRetentionMinutes": {
|
||||
"type": "number",
|
||||
"default": 10080,
|
||||
|
||||
Reference in New Issue
Block a user