Add config for enabling STS communication logging (#21591)

* Add config for enabling STS communication logging

* Add warning to description
This commit is contained in:
Charles Gagnon
2023-01-13 14:49:49 -08:00
committed by GitHub
parent ce5cb32084
commit d51273d9cf
3 changed files with 14 additions and 24 deletions

View File

@@ -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,