laserdisc-io/tamer

Add context to logs

Closed this issue · 1 comments

Tamer tends to be used concurrently and in swarm in a cluster. The logs don't include contextual information about who is doing what. Starting from

log.info(s"Time until the next period: ${delayUntilNextPeriod.toString}")
add information about the name of the current job.

This is done