From e3909ee5fa8763a318e13623106b7282e5845f27 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 30 Oct 2017 20:20:57 -0500 Subject: [PATCH] Revert "more Razor sample cleanup" This reverts commit 24a0eb0fb791795fd20fbb7baeb1687419adc434. --- src/FilterLists.Web/Properties/launchSettings.json | 12 ------------ src/FilterLists.Web/appsettings.Development.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 src/FilterLists.Web/Properties/launchSettings.json create mode 100644 src/FilterLists.Web/appsettings.Development.json diff --git a/src/FilterLists.Web/Properties/launchSettings.json b/src/FilterLists.Web/Properties/launchSettings.json deleted file mode 100644 index 9fdfd2ccf..000000000 --- a/src/FilterLists.Web/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "FilterLists.Web": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:64895/" - } - } -} \ No newline at end of file diff --git a/src/FilterLists.Web/appsettings.Development.json b/src/FilterLists.Web/appsettings.Development.json new file mode 100644 index 000000000..fa8ce71a9 --- /dev/null +++ b/src/FilterLists.Web/appsettings.Development.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "IncludeScopes": false, + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +}