From 63ab587a61f476b99522d9098b294c31fd967418 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:37:57 +0200 Subject: [PATCH] fix: Correct log message (#988) Log messages must include the "at" and "message" fields, amongst others. --- src/utils/RedisUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/RedisUtils.ts b/src/utils/RedisUtils.ts index 4f70b54fb..753adf1a2 100644 --- a/src/utils/RedisUtils.ts +++ b/src/utils/RedisUtils.ts @@ -83,7 +83,7 @@ export async function disconnectRedisClient(logger?: winston.Logger): Promise