◐ Shell
clean mode source ↗

GitHub - cathoderay/filetail: python filetail

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

20 Commits

Repository files navigation

Filetail in python


How to use:
-----------

    import filetail

    tail = filetail.Tail("/var/log/wonderful.log")
    for line in tail:
        print line


Features:
---------
* simple to use (as an iterator)
* detects rotating
* tries to adjust the rate of readings

About

python filetail

Resources

Readme

Activity

Stars

5 stars

Watchers

2 watching

Forks

1 fork

Releases

No releases published

Languages