mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add logging
This commit is contained in:
parent
73b2c1ec05
commit
e1b742c215
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ settings =
|
|||
forceDrainMsDelay: process.env['FORCE_DRAIN_MS_DELAY'] or false
|
||||
|
||||
console.log process.env['REDIS_CLUSTER_HOSTS'], process.env['REDIS_CLUSTER_NATMAP']
|
||||
console.log typeof(process.env['REDIS_CLUSTER_HOSTS'])
|
||||
if process.env['REDIS_CLUSTER_HOSTS']? or process.env['REDIS_CLUSTER_NATMAP']?
|
||||
|
||||
for redisKey in Object.keys(settings.redis)
|
||||
|
|
Loading…
Reference in a new issue