Logging - celery.log¶
celery.log
- celery.log.emergency_error(logfile, message)¶
- Emergency error logging, for when there’s no standard file descriptors open because the process has been daemonized or for some other reason.
- celery.log.setup_logger(loglevel=20, logfile=None, format='[, %(asctime)s: %(levelname)s/%(processName)s], %(message)s', **kwargs)¶
Setup the multiprocessing logger. If logfile is not specified, stderr is used.
Returns logger object.