Skip to content

Commit

Permalink
Clarification of the location of the 'Serilog' section in appsettings…
Browse files Browse the repository at this point in the history
….json file.
  • Loading branch information
eleazarcelis committed Mar 20, 2024
1 parent 19f2a4a commit eca00c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Serilog settings provider that reads from [Microsoft.Extensions.Configuration](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1) sources, including .NET Core's `appsettings.json` file.

By default, configuration is read from the `Serilog` section.
By default, configuration is read from the `Serilog` section that should be at the **top level** of the configuration file.

```json
{
Expand Down

0 comments on commit eca00c2

Please sign in to comment.