From 0078b214ca0d64a631674a95b002dfd82e2ba963 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 4 Oct 2011 15:16:36 -0500 Subject: Fixed the translogger example and link. --- docs/narr/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 3e39151a3..9625723ba 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 -`_ middleware for logging +`_ middleware for logging requests using the `Apache Combined Log Format `_. 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] -- cgit v1.2.3