Skip to content

Commit 8051c6b

Browse files
authored
Merge pull request #416 from eleazarcelis/clarification-serilog-section-appsettings
Clarification of the location of the 'Serilog' section in appsettings…
2 parents 19f2a4a + eca00c2 commit 8051c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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

77
```json
88
{

0 commit comments

Comments
 (0)