From 7fba8ec18b5586e75be9a2639d4b1072422f6dc0 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 2 May 2016 15:41:16 +0200 Subject: [PATCH] put a note that error logs are only errors from Gunicorn. fix #1124 --- docs/source/deploy.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 60adcb08b3..9e3f22d05f 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