Changelog¶
0.0.5 (2025-02-20)¶
Changd¶
Kingfisher Collect writes ERROR-level messages instead of yielding FileError items.
0.0.4 (2025-02-07)¶
Fixed¶
scrapyloganalyzer.ScrapyLogFile.error_rate(): Fix division by zero error for all cases.
0.0.3 (2025-01-30)¶
Fixed¶
scrapyloganalyzer.ScrapyLogFile.error_rate(): Fix division by zero error if only file items are yielded.
0.0.2 (2025-01-29)¶
Added¶
scrapyloganalyzer.ScrapyLogFile.read()returns the text content of the log file.scrapyloganalyzer.ScrapyLogFile.__iter__()yields each line of the log file.
Changed¶
scrapyloganalyzer.ScrapyLogFile.__init__()accepts atextkeyword argument.
0.0.1 (2024-12-13)¶
First release.