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
1 changed files with 3 additions and 3 deletions

View File

@ -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::