Timber v2.3.4 Timber.Contexts.JobContext View Source
The job context tracks the execution of background jobs or any isolated task with a reference. Add it like:
%Timber.Contexts.JobContext{id: "my_job_id"}
|> Timber.add_context()
The job context tracks the execution of background jobs or any isolated task with a reference. Add it like:
%Timber.Contexts.JobContext{id: "my_job_id"}
|> Timber.add_context()