Browse Source

Update laravel-horizon.conf.example. Adds logging

Adds Laravel Horizon logging to storage/logs/horizon.log file
Alejandro Pérez 4 years ago
parent
commit
31571056d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel-horizon/supervisord.d/laravel-horizon.conf.example

+ 1 - 0
laravel-horizon/supervisord.d/laravel-horizon.conf.example

@@ -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