
request_log - Creates a request log in combined log format

Plugin request_log LogFile /path/to/logfile

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.

Specifies a log file to write to. Doesn't do any log file rotation or anything fancy like that. Patches welcome obviously ;-)