summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-04-01 11:42:28 -0500
committerMichael Merickel <michael@merickel.org>2013-04-01 11:42:28 -0500
commit5f3eee1d89b52458e372875bbf71efb0cc5e3fcf (patch)
tree6d6b61cc0799bc3c68da24e86691e8b985bdc821 /docs/narr/logging.rst
parent75a3d11316fa2ab98afd1d8ac68d2f672b7ac871 (diff)
parenta9cdf8f67a59e051233dae1a8e21e3b60037c608 (diff)
downloadpyramid-5f3eee1d89b52458e372875bbf71efb0cc5e3fcf.tar.gz
pyramid-5f3eee1d89b52458e372875bbf71efb0cc5e3fcf.tar.bz2
pyramid-5f3eee1d89b52458e372875bbf71efb0cc5e3fcf.zip
Merge branch 'pull.963'
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 3b903be4d..b3bfb8a1e 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -298,14 +298,14 @@ Request Logging with Paste's TransLogger
----------------------------------------
Paste provides the `TransLogger
-<http://pythonpaste.org/modules/translogger.html>`_ middleware for logging
-requests using the `Apache Combined Log Format
+<http://pythonpaste.org/modules/translogger.html>`_ :term:`middleware` for
+logging requests using the `Apache Combined Log Format
<http://httpd.apache.org/docs/2.2/logs.html#combined>`_. TransLogger combined
with a FileHandler can be used to create an ``access.log`` file similar to
Apache's.
-Like any standard middleware with a Paste entry point, TransLogger can be
-configured to wrap your application using ``.ini`` file syntax. First,
+Like any standard :term:`middleware` with a Paste entry point, TransLogger can
+be configured to wrap your application using ``.ini`` file syntax. First,
rename your Pyramid ``.ini`` file's ``[app:main]`` section to
``[app:mypyramidapp]``, then add a ``[filter:translogger]`` section, then use
a ``[pipeline:main]`` section file to form a WSGI pipeline with both the