Merge "Correct "log_file" option in zaqar documents"

This commit is contained in:
Jenkins 2015-09-18 23:15:40 +00:00 committed by Gerrit Code Review
commit d5e7f7340a

View File

@ -51,10 +51,10 @@ sudo yum install gcc python-pip libxml2-devel libxslt-devel
uri = mongodb://127.0.0.1:27017 uri = mongodb://127.0.0.1:27017
5. For logging, find the ``[DEFAULT]`` section in 5. For logging, find the ``[handler_file]`` section in
``~/.zaqar/zaqar.conf`` and modify as desired:: ``~/.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:: 6. Change directories back to your local copy of the repo::