The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 ;-)