Redirect Redis log to supervisord log (#11994)
This commit is contained in:
parent
91ead4f864
commit
70096450d8
|
|
@ -1,6 +1,8 @@
|
||||||
[program:redis]
|
[program:redis]
|
||||||
directory=/etc/redis
|
directory=/etc/redis
|
||||||
command=redis-server redis.conf --daemonize no
|
; The empty string is used to force Redis to log to stdout
|
||||||
|
; so that supervisor can capture it
|
||||||
|
command=redis-server redis.conf --daemonize no --logfile ""
|
||||||
priority=5
|
priority=5
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user