Fix the link of Django logging directive

Current link is out of date. It's 404 Page not found now.
Change it to an address regardless of specific django version.

Remove the warning content since the bug has been fixed.

Change-Id: Idd0060313d538e25f9b89d7197adca739d2f6782
Closes-Bug: #1560449
This commit is contained in:
Bo Wang 2016-03-22 19:21:39 +08:00
parent 4da4bf44c3
commit f645d85218

View File

@ -47,19 +47,9 @@ how to customize it, and where other components may take over:
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
.. _Django logging directive: https://docs.djangoproject.com/en/dev/topics/logging
.. _Python logging directive: http://docs.python.org/2/library/logging.html
.. warning::
At this time there is `a known bug in python-keystoneclient`_ where it will
log the complete request body of any request sent to Keystone through it
(including logging passwords in plain text) when the log level is set to
``"DEBUG"``. If this behavior is not desired, make sure your log level is
``"INFO"`` or higher.
.. _a known bug in python-keystoneclient: https://bugs.launchpad.net/keystone/+bug/1004114
File Uploads
============