summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-06 05:41:24 -0400
committerChris McDonough <chrism@plope.com>2011-10-06 05:41:24 -0400
commit795f29785e45cbb035c29583ad7a626931d2d59e (patch)
treef8aa0fdda2a7b1cdec296dda4401ec97b2212d33 /docs/narr/logging.rst
parent87dbfa4cd26171414d971d4f56f2aceaceb9a6eb (diff)
parent0078b214ca0d64a631674a95b002dfd82e2ba963 (diff)
downloadpyramid-795f29785e45cbb035c29583ad7a626931d2d59e.tar.gz
pyramid-795f29785e45cbb035c29583ad7a626931d2d59e.tar.bz2
pyramid-795f29785e45cbb035c29583ad7a626931d2d59e.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index b18fefae0..5377d0c66 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -297,7 +297,7 @@ Request Logging with Paste's TransLogger
----------------------------------------
Paste provides the `TransLogger
-<http://pythonpaste.org/module-paste.translogger.html>`_ middleware for logging
+<http://pythonpaste.org/modules/translogger.html>`_ 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
@@ -323,7 +323,7 @@ To this:
use = egg:MyProject
[filter:translogger]
- paste.filter_app_factory = egg:Paste#translogger
+ use = egg:Paste#translogger
setup_console_handler = False
[pipeline:main]