acaloiaro / neoq

Queue-agnostic background job library for Go, with a pleasant API and powerful features.
MIT License
270 stars 4 forks source link

chore(log): Make logging consistent and make sure queue is logged. #97

Closed elliotcourant closed 1 year ago

elliotcourant commented 1 year ago

I want to be able to know what job a log message is in regards to, so this adds the queue to all of the log messages where its available. It also makes some of the error logs more consistent with each other.