Redis – How to save celery task stdout stderr to the text files?
I use celery tasks with external modules that send information with print() to stdout. How to save all prints of celery task to predefined file? Ideally, if each task has its own separate file. Example main.py for running redis on…