Added rsyslog to enable container logging to stdout. Closes issue #1
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
[program:postfix]
|
||||
process_name = master
|
||||
command=/usr/sbin/postfix -c /etc/postfix start
|
||||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
stderr_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
command=/usr/sbin/postfix -v -v -c /etc/postfix start
|
||||
startsecs=0
|
||||
autorestart=false
|
||||
|
||||
Reference in New Issue
Block a user