From 8319e29fb0f1a77ab18a1f6210b577f9ff056566 Mon Sep 17 00:00:00 2001 From: Joshua Kugler Date: Fri, 8 Jul 2011 20:11:36 -0800 Subject: [PATCH] Added another format string --- apachelog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apachelog.py b/apachelog.py index 4bab6e3..9f7c203 100755 --- a/apachelog.py +++ b/apachelog.py @@ -167,6 +167,7 @@ class parser: # Status. For requests that got internally redirected, this is # the status of the *original* request --- %>s for the last. '%s':'status', + '%>s':'last_status', # Time the request was received (standard english format) '%t':'time', # The time, in the form given by format, which should be in -- 2.26.2