From 0b29e67a0c6ccd7b2dc5b2d1b4eeaad6f85695ab Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 13 Apr 2023 13:26:46 -0400 Subject: [PATCH] better logging of ws commands --- lib/session/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 06bf46c1..d7c17298 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -1192,7 +1192,7 @@ class CallSession extends Emitter { } _onCommand({msgid, command, call_sid, queueCommand, data}) { - this.logger.info({msgid, command, queueCommand}, 'CallSession:_onCommand - received command'); + this.logger.info({msgid, command, queueCommand, data}, 'CallSession:_onCommand - received command'); const resolution = {reason: 'received command', queue: queueCommand, command}; switch (command) { case 'redirect':