From 071d94fc5f212081dfafc9a2340c7822a7eed45b Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 19 Oct 2019 20:56:41 -0600 Subject: initial commit --- src/web.api/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/web.api/appsettings.Development.json (limited to 'src/web.api/appsettings.Development.json') diff --git a/src/web.api/appsettings.Development.json b/src/web.api/appsettings.Development.json new file mode 100644 index 0000000..a2880cb --- /dev/null +++ b/src/web.api/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} -- cgit v1.2.3