diff --git a/doc/source/topics/deployment.rst b/doc/source/topics/deployment.rst index 1c2d1cc2d..f40913d6b 100644 --- a/doc/source/topics/deployment.rst +++ b/doc/source/topics/deployment.rst @@ -43,6 +43,12 @@ how to customize it, and where other components may take over: * Horizon also uses a number of 3rd-party clients which log separately. The log level for these can still be controlled through Horizon's ``LOGGING`` config, however behaviors may vary beyond Horizon's control. +* For more information regarding configuring logging in Horizon, please + read the `Django logging directive`_ and the `Python logging directive`_ + documentation. Horizon is built on Python and Django. + +.. _Django logging directive: https://docs.djangoproject.com/en/1.5/topics/logging +.. _Python logging directive: http://docs.python.org/2/library/logging.html .. warning::