[Fixed]-Django Celery change log file on run time

1👍

You know that when running the worker you can specify the logfile via argument like this:

celery -A proj worker -l info -f paht/to/yourfile.log

More on the official doc

Leave a comment