Comment 4 for bug 802396

Revision history for this message
Mattia Barbon (mattia.barbon) wrote :

To add information about the worker to the Java logs, we could put multiprocessing.current_process().name in the Java MDC; the only drawback is that it's not documented that that is the process name used by Celery logs.