supervisord.conf 207 B

1234567891011
  1. [supervisord]
  2. nodaemon=true
  3. logfile=/dev/null
  4. pidfile=/dev/null
  5. logfile_maxbytes=0
  6. [program:collector]
  7. command=python -u /app/main.py
  8. stdout_logfile=/dev/fd/1
  9. stdout_logfile_maxbytes=0
  10. redirect_stderr=true