summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
new file mode 100644
index 00000000..fa8ce71a
--- /dev/null
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -0,0 +1,10 @@
+{
+ "Logging": {
+ "IncludeScopes": false,
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}