Hi Benji! Thanks for converting files_to_parse() to consume a generator, that will be a big help.
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.
Hi Benji! Thanks for converting files_to_parse() to consume a generator, that will be a big help.
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.