Skip to content

Commit eca00c2

Browse files
committed
Clarification of the location of the 'Serilog' section in appsettings.json file.
1 parent 19f2a4a commit eca00c2

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)