Skip to content

Commit

Permalink
Update logging levels and handle exceptions in Services
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLifeLeader committed Apr 24, 2024
1 parent 2a6796f commit 59841fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Src/Solarian.League.Web/Solarian.League.Api/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": "2.0",
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Error",
"Microsoft": "Error",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore": "Error",
"System": "Error"
},
"applicationInsights": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Error",
"Microsoft.AspNetCore": "Warning",
"HubConnection": "Trace",
"System": "Error"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Error",
"Microsoft": "Error",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore": "Error",
"HubConnection": "Error",
"System": "Error"
}
Expand Down

0 comments on commit 59841fc

Please sign in to comment.