[supervisord] nodaemon=true loglevel=info logfile=/dev/stdout logfile_maxbytes=0 [program:cron] command=cron -f autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 priority=10 [program:sync-log] command=tail -f /app/sync.log autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 priority=20 [program:cron-log] command=tail -f /var/log/cron.log autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 priority=30