Skip to content

Commit

Permalink
put a note that error logs are only errors from Gunicorn.
Browse files Browse the repository at this point in the history
fix #1124
  • Loading branch information
benoitc committed May 2, 2016
1 parent 65db610 commit 6f9ae5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/deploy.rst
Expand Up @@ -267,6 +267,8 @@ utility::

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

.. warning:: Gunicorn error log is here to log errors from Gunicorn, not from another application.

.. _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 6f9ae5e

Please sign in to comment.