Skip to content

Commit

Permalink
fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 2, 2018
1 parent d8cfa1a commit 31505a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/LanguageServer.cs
Expand Up @@ -168,7 +168,7 @@ public static async Task<ILanguageServer> From(LanguageServerOptions options)
/// <summary>
/// The minimum level for the server's default logger.
/// </summary>
public LogLevel MinimumLogLevel { get; set; } = LogLevel.Information;
public LogLevel MinimumLogLevel { get; set; }

public IDisposable AddHandler(string method, IJsonRpcHandler handler)
{
Expand Down

0 comments on commit 31505a9

Please sign in to comment.