summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-18 17:17:39 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:52:52 -0400
commit88110dffbf4bace738e8f29133bfb3ac4b265e2c (patch)
tree498b89faf5c8da449bb27508da95f3dfca9b7343
parentbe1f09f5f9d3318a4bbdf593f671f4eacdd4395d (diff)
downloadSMAPI-88110dffbf4bace738e8f29133bfb3ac4b265e2c.tar.gz
SMAPI-88110dffbf4bace738e8f29133bfb3ac4b265e2c.tar.bz2
SMAPI-88110dffbf4bace738e8f29133bfb3ac4b265e2c.zip
reduce log level in development
-rw-r--r--src/SMAPI.Web/appsettings.Development.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index 3b7ed8bd..c50557b5 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -11,9 +11,7 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
+ "Default": "Warning"
}
},