From 844b0cb05d5123abc3dc0a5de056350f5504258d Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 20 May 2024 11:04:15 -0400 Subject: [PATCH] log endpoint uuid for cross referencing with freeswitch logs --- 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 c56697ea..cba96bb0 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -1911,7 +1911,7 @@ Duration=${duration} ` }); //ep.cs = this; this.ep = ep; - this.logger.debug(`allocated endpoint ${ep.uuid}`); + this.logger.info(`allocated endpoint ${ep.uuid}`); this._configMsEndpoint();