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

@@ -0,0 +1,4 @@
[program:readlog]
command=/usr/bin/tail -f /var/log/maillog
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0