bgreenlee / pygtail

Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. Based on logcheck's logtail2 (http://logcheck.org)
GNU General Public License v2.0
251 stars 79 forks source link

Test renamecreate also when file is rotated to unknown (to pytgail) n… #42

Closed arekm closed 2 years ago

arekm commented 6 years ago

…ame and pygtail is freshly reading file.

This test is testing a case when:

Currently pygtail is failing this test suite due to bug in pygtail not handling such case.

bgreenlee commented 2 years ago

Merged