diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs index 115adac328b11..b8cc22db39030 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs @@ -69,7 +69,7 @@ static async Task RunAsync(ServerConfiguration serverConfiguration, Cancellation var logger = loggerFactory.CreateLogger(); - logger.Log(serverConfiguration.LaunchDebugger ? LogLevel.Critical : LogLevel.Trace, "Server started with process ID {processId}", Environment.ProcessId); + logger.LogInformation("Server started with process ID {processId}", Environment.ProcessId); if (serverConfiguration.LaunchDebugger) { if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))