From 5fa32a6dbcb7f480a5779ff949df6bc22693b159 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 2 May 2016 15:18:07 +0200 Subject: [PATCH] document LOGGING overriding fix #1051 --- docs/source/deploy.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index 381e8549..60adcb08 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -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