I'm trying to configure logging, while in a rails process it uses Rails.logger for logs, in the rake task it uses STDOUT. Is there a convention in where to configure Que while running in the rake task?
So I don't have to put everything in the workers
I'm trying to configure logging, while in a rails process it uses
Rails.loggerfor logs, in the rake task it usesSTDOUT. Is there a convention in where to configure Que while running in the rake task?So I don't have to put everything in the workers