aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/appsettings.Development.json')
-rw-r--r--Timeline/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/appsettings.Development.json b/Timeline/appsettings.Development.json
new file mode 100644
index 00000000..e203e940
--- /dev/null
+++ b/Timeline/appsettings.Development.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}