From 09b0c5be9e23247411da850497b9cc6519d8f155 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 19:42:06 +0200 Subject: testing --- WebApplication1/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 WebApplication1/appsettings.Development.json (limited to 'WebApplication1/appsettings.Development.json') diff --git a/WebApplication1/appsettings.Development.json b/WebApplication1/appsettings.Development.json new file mode 100644 index 0000000..e203e94 --- /dev/null +++ b/WebApplication1/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} -- cgit v1.2.3-54-g00ecf