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

Can you support remote server file? #47

Open phaibin opened 5 years ago

phaibin commented 5 years ago

I can use "ssh tail -f" to read server log file. Can your library support remote file?