diff --git a/lambdas/account-scoped/src/conversation/serviceScopedConversationEventHandler.ts b/lambdas/account-scoped/src/conversation/serviceScopedConversationEventHandler.ts index 60498fe61c..09ba8493b8 100644 --- a/lambdas/account-scoped/src/conversation/serviceScopedConversationEventHandler.ts +++ b/lambdas/account-scoped/src/conversation/serviceScopedConversationEventHandler.ts @@ -46,6 +46,7 @@ export const handleConversationEvent: AccountScopedHandler = async ( accountSid: AccountSID, ) => { console.info(`===== Service Conversation Listener (event: ${event.EventType})=====`); + console.debug(`===== Service Conversation Listener (event: ${JSON.stringify(event)})=====`); const handlers = eventHandlers[event.EventType] ?? []; console.info(