summaryrefslogtreecommitdiff
path: root/DSACore/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/appsettings.Development.json')
-rw-r--r--DSACore/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
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"
+ }
+ }
+}