summaryrefslogtreecommitdiff
path: root/Dewdrop/appsettings.json
diff options
context:
space:
mode:
authorJames Stine <leon.blade@gmail.com>2017-08-13 17:44:00 -0400
committerJames Stine <leon.blade@gmail.com>2017-08-13 17:44:00 -0400
commit06ed54b2c6c2e1f49d6975a34ea36f685d7f7c49 (patch)
treefea1bb6a927ca84009657430134cea8a2028cc09 /Dewdrop/appsettings.json
downloadSMAPI-06ed54b2c6c2e1f49d6975a34ea36f685d7f7c49.tar.gz
SMAPI-06ed54b2c6c2e1f49d6975a34ea36f685d7f7c49.tar.bz2
SMAPI-06ed54b2c6c2e1f49d6975a34ea36f685d7f7c49.zip
First commit.
Diffstat (limited to 'Dewdrop/appsettings.json')
-rw-r--r--Dewdrop/appsettings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dewdrop/appsettings.json b/Dewdrop/appsettings.json
new file mode 100644
index 00000000..5fff67ba
--- /dev/null
+++ b/Dewdrop/appsettings.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "IncludeScopes": false,
+ "LogLevel": {
+ "Default": "Warning"
+ }
+ }
+}