Adding configuring hints in Horizon documentation

Fixes bug 1194010

Change-Id: I60e195e8f44cd89ca7ca69a60cd67ed6914a33c7
This commit is contained in:
Annapoornima Koppad 2013-07-09 01:25:40 +05:30
parent f827bf9b79
commit a5023431d1

View File

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