celery.log
Forward file object to logging.Logger instance.
| Parameters: |
|
|---|
When the object is closed, no write requests are forwarded to the logging object anymore.
Always returns False. Just here for file support.
Only log action every n iterations.
Emergency error logging, for when there’s no standard file descriptors open because the process has been daemonized or for some other reason.
Get default logger instance.
| Parameters: |
|
|---|
Redirect sys.stdout and sys.stderr to a logging instance.
| Parameters: |
|
|---|
Setup the multiprocessing logger. If logfile is not specified, then stderr is used.
Returns logger object.
Setup the task logger. If logfile is not specified, then stderr is used.
Returns logger object.