Skip to content

Commit e86fe33

Browse files
authored
Add missing serilog:using key to XML example [Skip CI]
1 parent 61bd115 commit e86fe33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To avoid bringing down apps with runaway disk usage the file sink **limits file
2121
The sink can be configured in XML [app-settings format](https://github.com/serilog/serilog/wiki/AppSettings) if the _Serilog.Settings.AppSettings_ package is in use:
2222

2323
```xml
24+
<add key="serilog:using:File" value="Serilog.Sinks.File" />
2425
<add key="serilog:write-to:File.path" value="log.txt" />
2526
<add key="serilog:write-to:File.fileSizeLimitBytes" value="" />
2627
```

0 commit comments

Comments
 (0)