summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/logging.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/logging.rst b/docs/logging.rst
index bfcd032..799b75d 100644
--- a/docs/logging.rst
+++ b/docs/logging.rst
@@ -54,14 +54,13 @@ It "just works" in environments that don't configure logging.
This is by virtue of its default configuration setting of ``setup_console_handler = True``.
-.. _logging-to-a-file-using-python:
+.. TODO:
+.. .. _logging-to-a-file-using-python:
-Logging to a File Using Python
-------------------------------
+.. Logging to a File Using Python
+.. ------------------------------
-.. warning:: This section needs help.
-
-Show how to configure the WSGI logger via python.
+.. Show how to configure the WSGI logger via python.
.. _logging-to-a-file-using-pastedeploy: