about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
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