We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4624e6a commit 9ffb1bcCopy full SHA for 9ffb1bc
README.md
@@ -30,6 +30,7 @@ To specify the formatter in XML `<appSettings>` provide its assembly-qualified t
30
31
```xml
32
<appSettings>
33
+ <add key="serilog:using:RollingFile" value="Serilog.Sinks.RollingFile" />
34
<add key="serilog:write-to:RollingFile.pathFormat" value="./logs/myapp.json" />
35
<add key="serilog:write-to:RollingFile.formatter"
36
value="Serilog.Formattting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
0 commit comments