From 6e35183f44dafdaeda884c831d4e6295545ab2f3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 6 Sep 2018 16:02:42 -0700 Subject: [PATCH] Comment out section as a TODO - See #208 --- docs/logging.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/logging.rst b/docs/logging.rst index bfcd032d..799b75d6 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: