jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Change publisher message to use debug log level #423

Closed abezzub closed 2 years ago

abezzub commented 4 years ago

Sneakers uses inconsistent log level for messages produced by worker and publisher: worker uses debug, but publisher uses info. I think it makes sense for them to use the same log level, so it will be easy to configure logger to the right log level.

Worker: https://github.com/jondot/sneakers/blob/master/lib/sneakers/worker.rb#L123

abezzub commented 4 years ago

Test failure appears to be unrelated to the PR.