mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add logging
This commit is contained in:
parent
7c8304ac15
commit
49734efec7
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ const createIORedisClient = (
|
|||
return Math.min(times * 50, 2000)
|
||||
},
|
||||
}
|
||||
console.log('connecting to redis: ', { redisURL, redisOptions })
|
||||
return new Redis(redisURL, redisOptions)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue