Netflix/mantis

Ensure JobActor::WorkerManager's logs contain the WorkerID that they correspond to

sundargates opened this issue · 6 comments

Context

This is similar to #384 but from the context of the WorkerManager.

Expected behavior

All loglines emitted by the WorkerManager contain the WorkerID they are responsible for.

Hi! @sundargates I would like to try this.

Hey, I can do this can you please assign me

I am working on it.

Okay Gautam

Hi @sundargates, do you expect to create custom logger class, like WorkerManagerLogger, which takes workerId as parameter in constructor and contains info method.