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)
hi team
i have installed pygtail from sources, and after when i launch it from cmdline, i get this error !!
The 'pygtail==0.11.1' distribution was not found and is required by the application
also , i'm unable to import module from my venv :/
>>> from pygtail import Pygtail
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pygtail'
hi team i have installed pygtail from sources, and after when i launch it from cmdline, i get this error !!
The 'pygtail==0.11.1' distribution was not found and is required by the application
also , i'm unable to import module from my venv :/
pip3.6 python3.6 os : RHEL7.6
Any suggestions ?