View console log from separate process (question)
Created by: ryankauk
Hey I just started implementing bull. I have everything working except I want to keep track of logs from the functions executed on separate processes. Bull uses child processes and usually you have a listener on stdout from the process returned. However, bull returns a promise not the process so I can't get access to the process object. Is there anyway to do this that I don't see in the documentation?