ORESoftware/bunion

update domain-haven to store domain

ORESoftware opened this issue · 0 comments

ORESoftware/domain-haven#3

log.Info = () => {

   const d = process.domain;
   let userId = d.req && d.req.loggedInUserId;
   // use userId in logs

};