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
commitaee643e20c8e8350a1137aa69e164218fe5a33f1 (patch)
tree29fa0399d83a9b8849bd5eae4396fa6f620112da /config
parentde874faa60e1640607b1e88c6a9340c7796c5008 (diff)
parent4cabe1baea940f486463296a2e7cf8a40975d9d8 (diff)
downloadchat-aee643e20c8e8350a1137aa69e164218fe5a33f1.tar.gz
chat-aee643e20c8e8350a1137aa69e164218fe5a33f1.tar.bz2
chat-aee643e20c8e8350a1137aa69e164218fe5a33f1.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": "",