Archived
Fix autoflush option not being used (#1470)
* Fix autoflush option not being used * Remove extra comment
This commit is contained in:
@@ -38,9 +38,7 @@ namespace Microsoft.SqlTools.Credentials
|
||||
logFilePath = Logger.GenerateLogFilePath("credentials");
|
||||
}
|
||||
|
||||
Logger.AutoFlush = commandOptions.AutoFlushLog;
|
||||
|
||||
Logger.Initialize(tracingLevel: commandOptions.TracingLevel, logFilePath: logFilePath, traceSource: "credentials");
|
||||
Logger.Initialize(tracingLevel: commandOptions.TracingLevel, logFilePath: logFilePath, traceSource: "credentials", commandOptions.AutoFlushLog);
|
||||
|
||||
// set up the host details and profile paths
|
||||
var hostDetails = new HostDetails(
|
||||
|
||||
Reference in New Issue
Block a user