Skip to content

Commit

Permalink
chore: set log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Oct 18, 2023
1 parent bf7e6af commit a34ee48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ConsumerApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"ConsumerApi": "Information",

"Microsoft": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"WriteTo": {
Expand Down
4 changes: 1 addition & 3 deletions ConsumerApi/appsettings.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@
"Override": {
"Backbone": "Debug",
"Enmeshed": "Debug",
"ConsumerApi": "Debug",

"Microsoft.AspNetCore": "Warning"
"ConsumerApi": "Debug"
}
},
"WriteTo": {
Expand Down

0 comments on commit a34ee48

Please sign in to comment.