Skip to content

Commit 83f3f51

Browse files
authored
Merge pull request #190 from OmniSharp/mholo65-patch-1
Update example to use log level debug instead of information
2 parents 804ee62 + 9fe4da8 commit 83f3f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/SampleServer/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static async Task MainAsync(string[] args)
3939
.ConfigureLogging(x => x
4040
.AddSerilog()
4141
.AddLanguageServer()
42-
.SetMinimumLevel(LogLevel.Information))
42+
.SetMinimumLevel(LogLevel.Debug))
4343
.WithHandler<TextDocumentHandler>()
4444
.WithHandler<DidChangeWatchedFilesHandler>()
4545
.WithHandler<FoldingRangeHandler>()

0 commit comments

Comments
 (0)