reduce log level in development

This commit is contained in:
Jesse Plamondon-Willard 2019-07-18 17:17:39 -04:00
parent be1f09f5f9
commit 88110dffbf
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
"Default": "Warning"
}
},