From 92e8bb7523c775014ccf68355e3f0178ebf4a61c Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Wed, 26 Sep 2018 19:18:41 +0200 Subject: implemented fudamental Web Api --- DSACore/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DSACore/appsettings.Development.json (limited to 'DSACore/appsettings.Development.json') diff --git a/DSACore/appsettings.Development.json b/DSACore/appsettings.Development.json new file mode 100644 index 0000000..e203e94 --- /dev/null +++ b/DSACore/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} -- cgit v1.2.3-54-g00ecf