I added Resque to my Rails 3 project. I created a work that reads / writes some things from / to the database.
The problem is that I do not see SQL query logs such as "Post Load (0.5ms) SELECT" posts ". * FROM" posts "" in the terminal anymore. I also do not see any Rails.logger messages I created.
When I make another query (simple update), log messages and SQL query logs will appear.
Any ideas what could be? Thanks
source share