From aad7bc57f2b3280859b98e19926e75a2521c618a Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Fri, 9 Dec 2016 03:20:09 -0800 Subject: [PATCH] Fixed workers being unable to write to log files in the dev environment. --- vagrant/pony.fm.supervisor.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/pony.fm.supervisor.config b/vagrant/pony.fm.supervisor.config index c737e5e2..d1418190 100644 --- a/vagrant/pony.fm.supervisor.config +++ b/vagrant/pony.fm.supervisor.config @@ -3,7 +3,7 @@ process_name = %(program_name)s_%(process_num)02d command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=5 --tries=3 autostart = true autorestart = true -user = www-data +user = vagrant numprocs = 2 redirect_stderr = true stdout_logfile = /vagrant/storage/logs/worker.log