fixed typo in supervisord example config (#790)

This commit is contained in:
Arthur Lutz 2017-05-12 18:18:32 +02:00 committed by kevgliss
parent 23b6df536f
commit 97dceb5623
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ Configuring Supervisor couldn't be more simple. Just point it to the ``lemur`` e
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile syslog
stderr_logfile syslog
stdout_logfile=syslog
stderr_logfile=syslog
See :ref:`Using Supervisor <UsingSupervisor>` for more details on using Supervisor.