summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-10-17 09:52:47 -0400
committerenahum <nahumhbl@gmail.com>2016-10-17 10:52:47 -0300
commit3660f78733234ce7a8d477b7c043071af500259e (patch)
treefb75d5bbf81c69aed4709736abf23d76fb58fb1b /config
parent219f4e36e5c78982317a85e8a49cda74562d6b65 (diff)
downloadchat-3660f78733234ce7a8d477b7c043071af500259e.tar.gz
chat-3660f78733234ce7a8d477b7c043071af500259e.tar.bz2
chat-3660f78733234ce7a8d477b7c043071af500259e.zip
Re-enable console logging by default (#4210)
* Re-enable console logging by default * Disable LogSettings.EnableConsole while packaging release * Updated defaults in config.json to match the ones generated by the server * Fixed make package and changed it to reduce the log level instead of disabling console logging entirely
Diffstat (limited to 'config')
-rw-r--r--config/config.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 8b5a8576f..330ae78a2 100644
--- a/config/config.json
+++ b/config/config.json
@@ -63,7 +63,7 @@
"AtRestEncryptKey": ""
},
"LogSettings": {
- "EnableConsole": false,
+ "EnableConsole": true,
"ConsoleLevel": "DEBUG",
"EnableFile": true,
"FileLevel": "INFO",
@@ -125,8 +125,9 @@
"EmailBatchingInterval": 30
},
"RateLimitSettings": {
- "EnableRateLimiter": true,
+ "Enable": false,
"PerSec": 10,
+ "MaxBurst": 100,
"MemoryStoreSize": 10000,
"VaryByRemoteAddr": true,
"VaryByHeader": ""
@@ -239,4 +240,4 @@
"TurnUsername": "",
"TurnSharedKey": ""
}
-}
+} \ No newline at end of file