resque-pool icon indicating copy to clipboard operation
resque-pool copied to clipboard

Write log messages to Resque.logger

Open jjulian opened this issue 11 years ago • 0 comments

Instead of opening an entirely new log (and writing all the code to support it), just piggyback log messages to Resque.logger. This way, configuration and log output is all in one place. This change can allow a bunch of code to be removed (Resque::Pool::Logging as well as the WINCH signal).

jjulian avatar Jun 21 '13 21:06 jjulian