Skip to content

Commit fd76437

Browse files
author
rok
committed
remove logfile
1 parent 4d22f61 commit fd76437

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

laravel-horizon.conf.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[supervisord]
22
nodaemon=true
3+
logfile=/dev/stdout
4+
logfile_maxbytes=0
35

46
[program:laravel-horizon]
57
process_name=%(program_name)s_%(process_num)02d
68
command=php /var/www/app/artisan horizon
79
autostart=true
810
autorestart=true
911
stdout_events_enabled=1
12+
redirect_stderr=true
1013

1114
[eventlistener:supervisord-watchdog]
1215
command=/usr/local/bin/supervisord-watchdog

laravel-worker.conf.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
nodaemon=true
3+
logfile=/dev/stdout
4+
logfile_maxbytes=0
35

46
[program:laravel-worker]
57
process_name=%(program_name)s_%(process_num)02d
@@ -9,6 +11,7 @@ autorestart=true
911
numprocs=1
1012
startretries=10
1113
stdout_events_enabled=1
14+
redirect_stderr=true
1215

1316
[eventlistener:supervisord-watchdog]
1417
command=/usr/local/bin/supervisord-watchdog

0 commit comments

Comments
 (0)