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
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
If your script loads the rails env, you could try forcing it into the
rails logs like
def logger
RAILS_DEFAULT_LOGGER
end