Logging not working in laravel queue job
问题 I have the below settings in my supervisor/conf.d/myconf.conf file : [program:my-worker] process_name=%(program_name)s_%(process_num)02d command=php /var/www/html/artisan queue:work sqs --queue=my_queue_name --tries=3 --daemon autostart=true autorestart=true user=root numprocs=1 redirect_stderr=true stdout_logfile=/var/www/html/storage/logs/mylogfile.log I have give all permissions to storage/logs/mylogfile.log file. Not able to figure out why is it still not logging, 回答1: I guess you are