Skip to content

Commit

Permalink
chore: Remove log level from launchSettings.json (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Sep 6, 2024
1 parent 8a2b5b4 commit 67bc73c
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5123",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"Serilog__WriteTo__0__Name": "Console",
"Serilog__MinimumLevel__Default": "Debug"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
Expand All @@ -28,9 +26,7 @@
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7214;http://localhost:5123",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"Serilog__WriteTo__0__Name": "Console",
"Serilog__MinimumLevel__Default": "Debug"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
Expand Down

0 comments on commit 67bc73c

Please sign in to comment.