feature/IO-3000-messaging-sockets-migration2 - Additional logging

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-11-25 13:45:09 -08:00
parent c3c66f9646
commit 5c30f33dac

View File

@@ -182,6 +182,9 @@ const redisSocketEvents = ({
});
} catch (error) {
logger.log("Failed to handle conversation modification", "error", "io-redis", null, {
bodyshopId,
conversationId,
fields,
error: error.message,
stack: error.stack
});