summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/logging.rst9
-rw-r--r--docs/narr/startup.rst7
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 71029bb33..783fca932 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -294,6 +294,15 @@ use the :term:`pyramid_exclog` package. Details about its configuration are
in its `documentation
<http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
+.. index::
+ single: TransLogger
+ single: middleware; TransLogger
+ pair: configuration; middleware
+ single: settings; middleware
+ pair: .ini; middleware
+
+.. _request_logging_with_pastes_translogger:
+
Request Logging with Paste's TransLogger
----------------------------------------
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 7b4a7ea08..cd44e0ee3 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -139,6 +139,13 @@ Here's a high-level time-ordered overview of what happens when you press
The server serves the application, and the application is running, waiting
to receive requests.
+.. seealso::
+ Logging configuration is described in the :ref:`logging_chapter`
+ chapter. There, in :ref:`request_logging_with_pastes_translogger`,
+ you will also find an example of how to configure
+ :term:`middleware` to add pre-packaged functionality to your
+ application.
+
.. index::
pair: settings; deployment
single: custom settings