You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 theWINCH
signal).The text was updated successfully, but these errors were encountered: