summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-06 16:02:42 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-06 16:02:42 -0700
commit6e35183f44dafdaeda884c831d4e6295545ab2f3 (patch)
treee3f9a833f49b25dc080f189179fab78e3c19e573
parentd8765f15ed85ec15e2e78b10d2bfb70b67ea59ff (diff)
downloadwaitress-doc_translogger.tar.gz
Comment out section as a TODOdoc_translogger
- See #208
-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: