add appsettings in the demo

This commit is contained in:
Robert Muehsig
2017-11-05 22:01:22 +01:00
parent 3696a323fa
commit 4c7fe38552
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}