def on_failure(self, exc, task_id, args, kwargs, einfo):
        """Log the exception(s) on failure."""
        logger.error("CLERY TASK FAILURE: {0!r} FAILED: {1!r}".format(task_id, exc))
        super(CallistoCoreBaseTask, self).on_failure(exc, task_id, args, kwargs, einfo)