mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-20 09:35:38 -05:00
Introduce AAD interactive auth mode (#1860)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Microsoft.SqlTools.Migration
|
||||
logFilePath = Logger.GenerateLogFilePath(logFilePath);
|
||||
}
|
||||
|
||||
Logger.Initialize(SourceLevels.Verbose, logFilePath, "Migration", commandOptions.AutoFlushLog);
|
||||
Logger.Initialize(SourceLevels.Verbose, piiEnabled: commandOptions.PiiLogging, logFilePath, "Migration", commandOptions.AutoFlushLog);
|
||||
|
||||
Logger.Verbose("Starting SqlTools Migration Server...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user