diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-06-18 14:59:22 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-06-18 14:59:22 -0400 |
commit | bfdd467a3afb03d31004e5371ccdf8df641ae6ca (patch) | |
tree | b4fd704710228940a318463eb93c9fa8eadba28e /config | |
parent | bcea40686ae138b24580cac3956cb9e1b3d6c953 (diff) | |
parent | dbd781c0183a47d25857ea59184a9387d8727490 (diff) | |
download | chat-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.json | 4 |
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": "", |