summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-10-20 11:32:38 -0400
committerenahum <nahumhbl@gmail.com>2016-10-20 12:32:38 -0300
commitb775b545fc4a7fb73614f8248d6e5994df83b822 (patch)
tree8bfda1258ef3ef92599a9ec27526fd2e8f45d810 /config/config.json
parent4aa96c76b4662d6d7f9a28af0b719404c31bbb45 (diff)
downloadchat-b775b545fc4a7fb73614f8248d6e5994df83b822.tar.gz
chat-b775b545fc4a7fb73614f8248d6e5994df83b822.tar.bz2
chat-b775b545fc4a7fb73614f8248d6e5994df83b822.zip
Changed ConsoleLogLevel back to DEBUG during development (#4278)
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 195c0255e..bbdb8d160 100644
--- a/config/config.json
+++ b/config/config.json
@@ -64,7 +64,7 @@
},
"LogSettings": {
"EnableConsole": true,
- "ConsoleLevel": "INFO",
+ "ConsoleLevel": "DEBUG",
"EnableFile": true,
"FileLevel": "INFO",
"FileFormat": "",