Skip to content

Commit

Permalink
Changed LoggingConfigurationSectionName to default NLog (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Aug 26, 2021
1 parent 5aa3c2d commit 04fa379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NLog.Extensions.Logging/Logging/NLogProviderOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class NLogProviderOptions
/// Checks the Host Configuration for the specified section-name, and tries to load NLog-LoggingConfiguration after creation of NLogLoggerProvider
/// </summary>
/// <remarks>Will only attempt to load NLog-LoggingConfiguration if valid section-name, and NLog-LoggingConfiguration has not been loaded already.</remarks>
public string LoggingConfigurationSectionName { get; set; }
public string LoggingConfigurationSectionName { get; set; } = "NLog";

/// <summary>
/// Enable additional capture of the entire <see cref="Microsoft.Extensions.Logging.EventId"/> as "EventId"-property.
Expand Down

0 comments on commit 04fa379

Please sign in to comment.