Skip to content

Commit 55c5aa2

Browse files
authored
Renamed pathFormat to correct path in example - #38 [Skip CI]
1 parent f197183 commit 55c5aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In your application's `App.config` or `Web.config` file, specify the file sink a
8686
<configuration>
8787
<appSettings>
8888
<add key="serilog:using:File" value="Serilog.Sinks.File" />
89-
<add key="serilog:write-to:File.pathFormat" value="log.txt" />
89+
<add key="serilog:write-to:File.path" value="log.txt" />
9090
```
9191

9292
The parameters that can be set through the `serilog:write-to:File` keys are the method parameters accepted by the `WriteTo.File()` configuration method. This means, for example, that the `fileSizeLimitBytes` parameter can be set with:

0 commit comments

Comments
 (0)