aaPanel_Kern Yes, I can open the file and it shows a .log file in the /supervisor/log folder but it is not there.
I created a new daemon called- timing_bid and let me show you what I am seeing...
[program:Timing_Bid]
command=artisan queue:work
directory=/etc/supervisor/
autorestart=true
startsecs=3
startretries=3
stdout_logfile=/www/server/panel/plugin/supervisor/log/Timing_Bid.out.log
stderr_logfile=/www/server/panel/plugin/supervisor/log/Timing_Bid.err.log
stdout_logfile_maxbytes=2MB
stderr_logfile_maxbytes=2MB
user=root
priority=999
numprocs=1
process_name=%(program_name)s_%(process_num)02d