I'm using this in a script: for line in Pygtail("some.log"): How can I specify the options?
I'm using this in a script:
for line in Pygtail("some.log"):
How can I specify the options?