Open valpackett opened 5 years ago
Say we have a library that does something like Logger.metadata(job_id: job.id) in processes it starts.
Logger.metadata(job_id: job.id)
Doesn't seem like there's an easy way to include that info as contexts? :(
Would be nice to have the ability to add custom add_runtime_context style hooks.
add_runtime_context
Say we have a library that does something like
Logger.metadata(job_id: job.id)
in processes it starts.Doesn't seem like there's an easy way to include that info as contexts? :(
Would be nice to have the ability to add custom
add_runtime_context
style hooks.