Comment 5 for bug 622765

Revision history for this message
Benji York (benji) wrote : Re: [Bug 622765] Re: apache-log-parser should parse one file at a time

On Mon, Aug 30, 2010 at 4:07 AM, Michael Nelson
<email address hidden> wrote:
> Note: AFAICS, this won't yet ensure that the logparser_max_parsed_lines
> config option will be respected? Currently, if
> logparser_max_parsed_lines is set to 1000, then 1000 lines will be
> parsed from *each* logfile with lines to parse, rather than in total.
> I'd meant to make that more obvious in the description.

Yeah, I totally didn't get that from the bug description. :)

Here's a change that makes logparser_max_parsed_lines respected across
multiple files:
https://code.edge.launchpad.net/~benji/launchpad/bug-622765/+merge/34077
--
Benji York