diff --git a/lib/utils/install-srf-locals.js b/lib/utils/install-srf-locals.js index 231785f7..d1561d4f 100644 --- a/lib/utils/install-srf-locals.js +++ b/lib/utils/install-srf-locals.js @@ -79,7 +79,7 @@ function installSrfLocals(srf, logger) { const ms = await mrf.connect(val.opts); initMS(logger, val, ms); } catch (err) { - logger.info(`failed connecting to freeswitch at ${val.opts.address}, will retry shortly`); + logger.info({err}, `failed connecting to freeswitch at ${val.opts.address}, will retry shortly`); } } }