Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static async Task<ITestApplicationBuilder> CreateBuilderAsync(string[] ar
{
ILogger logger = loggingState.FileLoggerProvider.CreateLogger(typeof(TestApplication).ToString());
s_unhandledExceptionHandler.SetLogger(logger);
await LogInformationAsync(logger, testApplicationModuleInfo, testHostControllerInfo, systemProcess, systemEnvironment, createBuilderEntryTime, loggingState.IsSynchronousWrite, loggingState.LogLevel, args).ConfigureAwait(false);
await LogInformationAsync(logger, testApplicationModuleInfo, testHostControllerInfo, systemEnvironment, createBuilderEntryTime, loggingState.IsSynchronousWrite, loggingState.LogLevel, args).ConfigureAwait(false);
}

// All checks are fine, create the TestApplication.
Expand All @@ -104,7 +104,6 @@ private static async Task LogInformationAsync(
ILogger logger,
CurrentTestApplicationModuleInfo testApplicationModuleInfo,
TestHostControllerInfo testHostControllerInfo,
SystemProcessHandler processHandler,
SystemEnvironment environment,
string createBuilderEntryTime,
bool syncWrite,
Expand Down