aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/redis.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/redis.ts')
-rw-r--r--server/lib/redis.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts
index 1fd366401..41f4c9869 100644
--- a/server/lib/redis.ts
+++ b/server/lib/redis.ts
@@ -23,7 +23,7 @@ class Redis {
23 }) 23 })
24 24
25 this.client.on('error', err => { 25 this.client.on('error', err => {
26 logger.error('Error in Redis client.', err) 26 logger.error('Error in Redis client.', { err })
27 process.exit(-1) 27 process.exit(-1)
28 }) 28 })
29 29