Skip to content

Commit 8f2e213

Browse files
authored
Update README.md
1 parent 402ee35 commit 8f2e213

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ or in `appsttings.json` file:
2626
{
2727
"Serilog": {
2828
"MinimumLevel": "Debug",
29-
"WriteTo": [
30-
{ "Name": "Console" },
31-
{ "Name": "File", "Args": { "path": "%TEMP%\\Logs\\serilog-configuration-sample.txt" } }
32-
],
3329
"Using": [ "Serilog.Enrichers" ],
3430
"Enrich": [ "WithClientIp", "WithClientAgent"],
31+
"WriteTo": [
32+
{ "Name": "Console" }
33+
]
3534
}
3635
}
3736
```

0 commit comments

Comments
 (0)