diff --git a/README.rst b/README.rst index 6b56a662a..693e007f2 100644 --- a/README.rst +++ b/README.rst @@ -51,10 +51,10 @@ sudo yum install gcc python-pip libxml2-devel libxslt-devel uri = mongodb://127.0.0.1:27017 -5. For logging, find the ``[DEFAULT]`` section in - ``~/.zaqar/zaqar.conf`` and modify as desired:: +5. For logging, find the ``[handler_file]`` section in + ``~/.zaqar/logging.conf`` and modify as desired:: - log_file = server.log + args=('zaqar.log', 'w') 6. Change directories back to your local copy of the repo::