Logging in BackgrounDRb (i.e. Logger.debug, Logger.info)

Does anybody know where the logs from calling logger.debug in the
worker goes? I don’t see it in the RoR logs or the BackgrounDRb logs.

Thanks,
Jeremy

On Jun 8, 6:20 pm, Mozmonkey [email protected] wrote:

Does anybody know where the logs from calling logger.debug in the
worker goes? I don’t see it in the RoR logs or the BackgrounDRb logs.

If your script loads the rails env, you could try forcing it into the
rails logs like

def logger
RAILS_DEFAULT_LOGGER
end