Skip to content

Commit 4de57c7

Browse files
committed
Update README.md
1 parent 0492e71 commit 4de57c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Configuration is read from the `Serilog` section.
1414
{ "Name": "File", "Args": { "path": "%TEMP%\\Logs\\serilog-configuration-sample.txt" } }
1515
],
1616
"Enrich": {
17-
"With": [
18-
"FromLogContext",
19-
"WithMachineName",
20-
"WithThreadId"
21-
],
17+
"With": ["FromLogContext", "WithMachineName", "WithThreadId"],
2218
"WithProperties": {
2319
"Application": "Sample"
2420
}

0 commit comments

Comments
 (0)