mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
logging
This commit is contained in:
@@ -240,7 +240,7 @@ module.exports = function(srf, logger) {
|
||||
span = obj.span;
|
||||
const b3 = rootSpan.getTracingPropagation();
|
||||
const httpHeaders = b3 && {b3};
|
||||
console.log(httpHeaders);
|
||||
logger.info({b3, httpHeaders}, 'sending trace info (?)');
|
||||
const json = await app.requestor.request('session:new', app.call_hook, params, httpHeaders);
|
||||
app.tasks = normalizeJambones(logger, json).map((tdata) => makeTask(logger, tdata));
|
||||
span.setAttributes({
|
||||
|
||||
Reference in New Issue
Block a user