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 0492e71 commit 4de57c7Copy full SHA for 4de57c7
README.md
@@ -14,11 +14,7 @@ Configuration is read from the `Serilog` section.
14
{ "Name": "File", "Args": { "path": "%TEMP%\\Logs\\serilog-configuration-sample.txt" } }
15
],
16
"Enrich": {
17
- "With": [
18
- "FromLogContext",
19
- "WithMachineName",
20
- "WithThreadId"
21
- ],
+ "With": ["FromLogContext", "WithMachineName", "WithThreadId"],
22
"WithProperties": {
23
"Application": "Sample"
24
}
0 commit comments