From 9fe4da83041bf03e30a6ebf4511819384be2e6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bj=C3=B6rkstr=C3=B6m?= Date: Tue, 29 Oct 2019 08:31:06 +0200 Subject: [PATCH] Update example to use log level debug instead of information --- sample/SampleServer/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/SampleServer/Program.cs b/sample/SampleServer/Program.cs index d6528065c..651338bda 100644 --- a/sample/SampleServer/Program.cs +++ b/sample/SampleServer/Program.cs @@ -39,7 +39,7 @@ static async Task MainAsync(string[] args) .ConfigureLogging(x => x .AddSerilog() .AddLanguageServer() - .SetMinimumLevel(LogLevel.Information)) + .SetMinimumLevel(LogLevel.Debug)) .WithHandler() .WithHandler() .WithHandler()