feature/IO-3000-messaging-sockets-migration2 - Additional logging
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -182,6 +182,9 @@ const redisSocketEvents = ({
|
|||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.log("Failed to handle conversation modification", "error", "io-redis", null, {
|
logger.log("Failed to handle conversation modification", "error", "io-redis", null, {
|
||||||
|
bodyshopId,
|
||||||
|
conversationId,
|
||||||
|
fields,
|
||||||
error: error.message,
|
error: error.message,
|
||||||
stack: error.stack
|
stack: error.stack
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user