It seems that it's not possible to get Que to output logs when jobs are worked, unless the level is set to debug. Unfortunately this also makes my logs very verbose including all SQL queries.
I believe this used to be part of the default logging setup pre-1.0. Maybe these can be altered to be :info level logs, or offer some way to get these to see that the queue is processing even if nothing goes wrong?
Or would you recommend that this be done by extending the job class?
It seems that it's not possible to get Que to output logs when jobs are worked, unless the level is set to debug. Unfortunately this also makes my logs very verbose including all SQL queries.
I believe this used to be part of the default logging setup pre-1.0. Maybe these can be altered to be
:infolevel logs, or offer some way to get these to see that the queue is processing even if nothing goes wrong?Or would you recommend that this be done by extending the job class?