Merge pull request #70 from MarcDenman/feature/updateLogging

Update logging
This commit is contained in:
Tom Pallister
2017-03-19 15:57:28 +00:00
committed by GitHub
17 changed files with 357 additions and 165 deletions

View File

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