issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
UTF8 files not handled correctly on Windows
#22
willjs12
closed
2 years ago
4
if we fail to find the rotated file, still set offset back to 0
#21
mcodd
closed
2 years ago
0
line contains NULL byte
#20
kurtabersold
closed
9 years ago
5
Rotate not working
#19
salswitchco
closed
9 years ago
1
Fix Python 3 compatibility and remove parentheses in --version
#18
sbraz
closed
9 years ago
1
Use readline instead of next to get next line
#17
czchen
closed
9 years ago
1
file.tell() does not return correct file offset cause incorrect offset file
#16
czchen
closed
9 years ago
0
pygtail does not properly follow rotated files that are immediately compressed.
#15
synapsechris
opened
9 years ago
8
Python 3 compatibility
#14
benburry
closed
9 years ago
1
Add handling of rotated and compressed files
#13
NotSqrt
closed
10 years ago
1
added live file rotation detection
#12
djay
closed
2 years ago
6
Add support for copytruncate style logrotation
#11
atward
closed
10 years ago
10
Correct condition where a matching rotated file exists, but isn't the old inode
#10
jeffbryner
closed
2 years ago
3
add parsing support of TimedRotatingFileHandler
#9
darknight
closed
11 years ago
1
debian package updates and --follow feature
#8
chrysn
closed
12 years ago
7
Add Travis CI badge to README.md
#7
msabramo
closed
12 years ago
0
Clean up self._filehandle() in Pygtail.__del__
#6
msabramo
closed
12 years ago
0
Support for Python 3.x using distribute's automatic 2to3 feature
#5
msabramo
closed
12 years ago
1
Enable Travis CI
#4
msabramo
closed
12 years ago
1
Various testing enhancements
#3
msabramo
closed
12 years ago
1
Python syntax highlighting in README.md
#2
msabramo
closed
12 years ago
1
Fix the case where an empty offset-file exists
#1
woutervh
closed
13 years ago
1
Previous