Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #874 from bacongobbler/increase-log-level
Browse files Browse the repository at this point in the history
increase log verbosity in production
  • Loading branch information
bacongobbler authored Jun 13, 2022
2 parents e83bda6 + cc799ef commit 76c2375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Web/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Hippo": "Debug"
}
},
Expand Down
5 changes: 3 additions & 2 deletions src/Web/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Hippo": "Information"
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
}
},
"Jwt": {
Expand Down

0 comments on commit 76c2375

Please sign in to comment.