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
commitbfdd467a3afb03d31004e5371ccdf8df641ae6ca (patch)
treeb4fd704710228940a318463eb93c9fa8eadba28e /config
parentbcea40686ae138b24580cac3956cb9e1b3d6c953 (diff)
parentdbd781c0183a47d25857ea59184a9387d8727490 (diff)
downloadchat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.tar.gz
chat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.tar.bz2
chat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.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": "",