Skip to content

Commit

Permalink
document LOGGING overriding
Browse files Browse the repository at this point in the history
fix #1051
  • Loading branch information
benoitc committed May 2, 2016
1 parent e005c9d commit 5fa32a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/deploy.rst
Expand Up @@ -265,6 +265,8 @@ utility::

kill -USR1 $(cat /var/run/gunicorn.pid)

.. note:: overriding the LOGGING dictionary requires to set `disable_existing_loggers: False`` to not interfere with the Gunicorn logging.

.. _Nginx: http://www.nginx.org
.. _Boom: https://github.com/rakyll/boom
.. _`example configuration`: http://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
Expand Down

0 comments on commit 5fa32a6

Please sign in to comment.