Optional PII logging (#11322)

* Start with logger

* allow user to enable PII logging

* prefix the log
This commit is contained in:
Amir Omidi
2020-07-13 13:05:00 -07:00
committed by GitHub
parent 347c193455
commit ff979f90d1
7 changed files with 86 additions and 25 deletions

View File

@@ -92,6 +92,11 @@
"default": true,
"description": "%config.noSystemKeychain%",
"when": "isLinux || isWeb"
},
"azure.piiLogging": {
"type": "boolean",
"default": false,
"description": "%config.piiLogging%"
}
}
}