mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-05 09:35:40 -05:00
Introduce AAD interactive auth mode (#1860)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Microsoft.SqlTools.ResourceProvider
|
||||
}
|
||||
|
||||
// we need to switch to Information when preparing for public preview
|
||||
Logger.Initialize(tracingLevel: commandOptions.TracingLevel, logFilePath: logFilePath, traceSource: "resourceprovider", commandOptions.AutoFlushLog);
|
||||
Logger.Initialize(tracingLevel: commandOptions.TracingLevel, commandOptions.PiiLogging, logFilePath: logFilePath, traceSource: "resourceprovider", commandOptions.AutoFlushLog);
|
||||
Logger.Write(TraceEventType.Information, "Starting SqlTools Resource Provider");
|
||||
|
||||
// set up the host details and profile paths
|
||||
|
||||
Reference in New Issue
Block a user