Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
request_log - Creates a request log in combined log format
SYNOPSIS
Plugin request_log
LogFile /path/to/logfile
DESCRIPTION
This plugin attempts to emulate the standard apache combined log format of:
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
Which most log parsers can cope with by default.
CONFIG
LogFile STRING
Specifies a log file to write to. Doesn't do any log file rotation or anything fancy like that. Patches welcome obviously ;-)