Skip to content

Commit

Permalink
Merge pull request #416 from eleazarcelis/clarification-serilog-secti…
Browse files Browse the repository at this point in the history
…on-appsettings

Clarification of the location of the 'Serilog' section in appsettings…
  • Loading branch information
nblumhardt authored Mar 21, 2024
2 parents 19f2a4a + eca00c2 commit 8051c6b
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 8051c6b

Please sign in to comment.