Skip to content

Commit

Permalink
Configure ASP.NET Core logging to Information
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice committed Apr 27, 2022
1 parent 10100f1 commit f125a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
Expand Down

0 comments on commit f125a68

Please sign in to comment.