summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
commitc64f5eae55e1665681ee7a1b60d3192a54df9f84 (patch)
treeeef49438d1b617e71a29e77e22859ed925926966 /config
parentf1dbf69c767cfa5514cfcc7c3e505d5cd4ed35b3 (diff)
parenta5ce5972ba527ce2617ccb539ef045f1f425c373 (diff)
downloadchat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.gz
chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.bz2
chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.zip
Merge pull request #30 from mattermost/dockerhost
fix for dockerhost HELIUM
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 1b844c259..82e40a1c5 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,7 +1,7 @@
{
"LogSettings": {
- "ConsoleEnable": false,
- "ConsoleLevel": "DEBUG",
+ "ConsoleEnable": true,
+ "ConsoleLevel": "INFO",
"FileEnable": true,
"FileLevel": "INFO",
"FileFormat": "",