Update laravel-horizon.conf.example. Adds logging

Adds Laravel Horizon logging to storage/logs/horizon.log file
This commit is contained in:
Alejandro Pérez 2020-09-11 21:23:41 -03:00 committed by GitHub
parent ade6f6b1a7
commit 31571056d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ command=php /var/www/artisan horizon
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/www/storage/logs/horizon.log