mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Optional PII logging (#11322)
* Start with logger * allow user to enable PII logging * prefix the log
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
"default": true,
|
||||
"description": "%config.noSystemKeychain%",
|
||||
"when": "isLinux || isWeb"
|
||||
},
|
||||
"azure.piiLogging": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%config.piiLogging%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user