From f645d8521816502b5e3a9658a3c1221b65ba2db5 Mon Sep 17 00:00:00 2001 From: Bo Wang Date: Tue, 22 Mar 2016 19:21:39 +0800 Subject: [PATCH] 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 --- doc/source/topics/deployment.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/source/topics/deployment.rst b/doc/source/topics/deployment.rst index 311e87682e..b145b08ca1 100644 --- a/doc/source/topics/deployment.rst +++ b/doc/source/topics/deployment.rst @@ -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 ============