logging fix

This commit is contained in:
Dave Horton
2022-04-03 20:02:51 -04:00
parent 040ec0db9b
commit befe910503

View File

@@ -163,6 +163,7 @@ router.post('/', async(req, res) => {
accountSid,
traceId: rootSpan.traceId
});
app.requestor.logger = app.notifier.logger = sipLogger;
const callInfo = new CallInfo({
direction: CallDirection.Outbound,
req: inviteReq,