mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Improve verbose logging (#18147)
* added verbose logging * refactor logger * added more info to logs * add azure loggingLevel, fix logging logic, remove unused code * fix typescript error * mask pii data * fix pii logging * log tenants * fix error function * remove extra info and add else * use wrapper functions for writing logs, update settings description * change default to error, change description for pii, refactor * fix pii logging
This commit is contained in:
@@ -279,3 +279,4 @@ function updatePiiLoggingLevel() {
|
||||
const piiLogging: boolean = vscode.workspace.getConfiguration(constants.extensionConfigSectionName).get('piiLogging');
|
||||
Logger.piiLogging = piiLogging;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user