mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Update logging & delete dead code (#234458)
* Update logging values so the logs aren't so noisy * Delete a bunch of dead async code
This commit is contained in:
committed by
GitHub
parent
b64f656c21
commit
7ddb65bac8
@@ -33,7 +33,7 @@ export class CachedPublicClientApplication implements ICachedPublicClientApplica
|
||||
loggerOptions: {
|
||||
correlationId: `${this._clientId}] [${this._authority}`,
|
||||
loggerCallback: (level, message, containsPii) => this._loggerOptions.loggerCallback(level, message, containsPii),
|
||||
logLevel: LogLevel.Info
|
||||
logLevel: LogLevel.Trace
|
||||
}
|
||||
},
|
||||
broker: {
|
||||
|
||||
Reference in New Issue
Block a user