diff options
| author | Catalin Iacob <iacobcatalin@gmail.com> | 2013-03-31 14:33:24 +0200 |
|---|---|---|
| committer | Catalin Iacob <iacobcatalin@gmail.com> | 2013-04-01 18:13:43 +0200 |
| commit | 37607c3a9382de7c3757799791a91b80e2d9888d (patch) | |
| tree | 55bd839df6efcdf81fc099c8b6a77b5d3a54f13a /docs/narr/logging.rst | |
| parent | ed960fb58c26e97a0a1614400b23ec6184987765 (diff) | |
| download | pyramid-37607c3a9382de7c3757799791a91b80e2d9888d.tar.gz pyramid-37607c3a9382de7c3757799791a91b80e2d9888d.tar.bz2 pyramid-37607c3a9382de7c3757799791a91b80e2d9888d.zip | |
Consistently link middleware term to the glossary
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 8 |
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 |
