Skip to content

Commit

Permalink
Merge pull request #190 from OmniSharp/mholo65-patch-1
Browse files Browse the repository at this point in the history
Update example to use log level debug instead of information
  • Loading branch information
bjorkstromm authored Oct 29, 2019
2 parents 804ee62 + 9fe4da8 commit 83f3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/SampleServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static async Task MainAsync(string[] args)
.ConfigureLogging(x => x
.AddSerilog()
.AddLanguageServer()
.SetMinimumLevel(LogLevel.Information))
.SetMinimumLevel(LogLevel.Debug))
.WithHandler<TextDocumentHandler>()
.WithHandler<DidChangeWatchedFilesHandler>()
.WithHandler<FoldingRangeHandler>()
Expand Down

0 comments on commit 83f3f51

Please sign in to comment.