put a note that error logs are only errors from Gunicorn.

fix #1124
This commit is contained in:
benoitc 2016-05-02 15:41:16 +02:00
parent 65db610afe
commit 6f9ae5ee2f

View File

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