Added rsyslog to enable container logging to stdout. Closes issue #1

This commit is contained in:
Juan Luis Baptiste
2018-05-09 00:02:59 -05:00
parent cd4409c936
commit 79df6615b1
7 changed files with 233 additions and 6 deletions

View File

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