Send log messages from all celery tasks to a single file
Note: This answer is outdated as of Celery 3.0, where you now use get_task_logger() to get your per-task logger set up. Please see the Logging section of the What’s new in Celery 3.0 document for details. Celery has dedicated support for logging, per task. See the Task documentation on the subject: You can use the … Read more