Skip to content

Commit

Permalink
Reverted default value for ShutdownOnDispose to false (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Jul 18, 2022
1 parent 8494058 commit ceef1f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/NLog.Web.AspNetCore/NLogAspNetCoreOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,5 @@ public sealed class NLogAspNetCoreOptions : NLogProviderOptions
/// The default options
/// </summary>
public static NLogAspNetCoreOptions Default { get; } = new NLogAspNetCoreOptions();

/// <summary>
/// Initializes a new instance of <see cref="NLogAspNetCoreOptions"/> with default values.
/// </summary>
public NLogAspNetCoreOptions()
{
ShutdownOnDispose = true;
}
}
}

0 comments on commit ceef1f8

Please sign in to comment.