summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-09-27 07:07:32 -0700
committerenahum <nahumhbl@gmail.com>2016-09-27 11:07:32 -0300
commitbfca752940a13c874788b0c885d36b2b263bd4fb (patch)
tree3b49bbb91b0f397f5c68644c3d9f79f240855b10 /config
parent667db6e10c7bf4d3856a1f94eaad34d9e03352c1 (diff)
downloadchat-bfca752940a13c874788b0c885d36b2b263bd4fb.tar.gz
chat-bfca752940a13c874788b0c885d36b2b263bd4fb.tar.bz2
chat-bfca752940a13c874788b0c885d36b2b263bd4fb.zip
Fixing the console level debug statements (#4092)
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index dde478089..44e52d88e 100644
--- a/config/config.json
+++ b/config/config.json
@@ -55,7 +55,7 @@
"AtRestEncryptKey": ""
},
"LogSettings": {
- "EnableConsole": true,
+ "EnableConsole": false,
"ConsoleLevel": "DEBUG",
"EnableFile": true,
"FileLevel": "INFO",