diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 60adcb08b..9e3f22d05 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -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