Add "stdout" output to Supervisor job logs
Laravel jobs tend to offload queues using "Supervisor" jobs. Laravel's docs show how to pipe "stdout" output to a file for reading. Cloudways Supervisor logs will only write errors, so there's no way to access the Laravel queue processing logs.
Normally, this is set in the Supervisor job ".conf" file with setting "stdout_logfile=".
This should be an option so Laravel users can access the Laravel queue logs, or the current Cloudways Supervisor logs should have "stdout" in addition to errors.
1
vote
Kai Hatch
shared this idea