From 97dceb5623e243b185f261642c10bcb82dc91209 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 12 May 2017 18:18:32 +0200 Subject: [PATCH] fixed typo in supervisord example config (#790) --- docs/quickstart/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index e3f8b5f6..446b9461 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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 ` for more details on using Supervisor.