summaryrefslogtreecommitdiff
path: root/paste/translogger.py
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-12-30 23:11:24 +0000
committerIan Bicking <ian@ianbicking.org>2005-12-30 23:11:24 +0000
commit61cd202862b2213198685c3341e2df2957496849 (patch)
treebe8fe796d54310db949a57f0a735a8562a03eeee /paste/translogger.py
parent93d59b799c4de977fc63ec3864c4071de992c437 (diff)
downloadpaste-git-61cd202862b2213198685c3341e2df2957496849.tar.gz
Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates
Diffstat (limited to 'paste/translogger.py')
-rw-r--r--paste/translogger.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/paste/translogger.py b/paste/translogger.py
index bafc79f..e47ec31 100644
--- a/paste/translogger.py
+++ b/paste/translogger.py
@@ -1,3 +1,7 @@
+"""
+Middleware for logging requests, using Apache combined log format
+"""
+
import logging
import time