summaryrefslogtreecommitdiff
path: root/src/web.api/appsettings.Development.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-19 20:56:41 -0600
committermo khan <mo.khan@gmail.com>2019-10-19 20:56:41 -0600
commit071d94fc5f212081dfafc9a2340c7822a7eed45b (patch)
treea1a273da1b1df9851c0c1ab9a82df69472c201da /src/web.api/appsettings.Development.json
initial commit
Diffstat (limited to 'src/web.api/appsettings.Development.json')
-rw-r--r--src/web.api/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
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"
+ }
+ }
+}