update domain-haven to store domain
ORESoftware opened this issue · 0 comments
ORESoftware commented
log.Info = () => {
const d = process.domain;
let userId = d.req && d.req.loggedInUserId;
// use userId in logs
};
ORESoftware opened this issue · 0 comments
log.Info = () => {
const d = process.domain;
let userId = d.req && d.req.loggedInUserId;
// use userId in logs
};