summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2014-08-08 23:28:13 -0500
committerKarl O. Pinc <kop@meme.com>2014-08-08 23:28:13 -0500
commitad76ef6ab78847ef86abf97868a32e9604aaab7e (patch)
tree23112ea6d8b6685ceb66eef5b13339330ee004b2 /docs/narr/logging.rst
parent1a768e3d45594d2458c379bcd55d6f1478ef3281 (diff)
downloadpyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.tar.gz
pyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.tar.bz2
pyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.zip
Link to logging configuration in the Startup chapter.
The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file.
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst9
1 files changed, 9 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
----------------------------------------