Update middelware to use logging extension methods

This commit is contained in:
Marc Denman
2017-03-18 18:33:51 +00:00
parent ad81b7a305
commit 34be5a2955
6 changed files with 48 additions and 43 deletions

View File

@ -2,7 +2,7 @@
"Logging": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Debug",
"Default": "Trace",
"System": "Information",
"Microsoft": "Information"
}