Skip to content

Commit

Permalink
Removed cofigured file logging
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Jan 28, 2025
1 parent 49da6f8 commit 55f44a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions GetIntoTeachingApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
"WriteTo": [
{
"Name": "Console"
},
{
"Name": "File",
"Args": {
"path": "c:\\logs\\log-.txt",
"rollingInterval": "Day",
"retainedFileCountLimit": 7,
"formatter": "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact"
}
}
],
"Enrich": [ "FromLogContext", "CorrelationIdEnricher" ]
Expand Down

0 comments on commit 55f44a3

Please sign in to comment.