about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-07 19:28:17 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-07 19:28:17 -0700
commit1c19cf0066ac83d2da02f331be65dffacd560c36 (patch)
treed58381e1b6130d2180503b8b94190d81f07bd6ef /README
parent5d77f491c59f79a7727d8699be2aaf12db9d81c6 (diff)
downloadclogger-1c19cf0066ac83d2da02f331be65dffacd560c36.tar.gz
Hopefully it was obvious before, if not it is now.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e6b56c9..b8495dc 100644
--- a/README
+++ b/README
@@ -71,6 +71,7 @@ somewhere inside the "Rails::Initializer.run do |config|" block:
 * $response_length - body_bytes_sent, except "-" instead of "0" (Apache: %b)
 * $remote_user - HTTP-authenticated user
 * $remote_addr - IP of the requesting client socket
+* $status - three-digit HTTP status code (e.g. 200, 404, 302)
 * $ip - X-Forwarded-For request header if available, $remote_addr if not
 * $pid - process ID of the current process
 * $e{Thread.current} - Thread processing the request