Open
Description
Using version 3.2.0 (tried upgrading but couldn't get it to work) with a config file like this:
stdout_logfile="/vagrant/storage/logs/laravel-worker.log"
I get the error:
ERROR: CANT_REREAD: The directory named as part of the path "/vagrant/storage/logs/laravel-worker.log" does not exist. in section 'program:laravel-worker' (file: '/etc/supervisor/conf.d/laravel-worker.conf')
Removing the quotes fixes it.