Skip to content
/ mtail Public

Python Script to tail all files in a directory

License

Notifications You must be signed in to change notification settings

set808/mtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mtail

Mtail is a barebones Python package that monitors all files in a directory for new content. Mtail accounts for log rotation.

Installation

$ pip install mtail

Usage

Navigate to the directory to be monitored:

cd /path/to/directory

Run mtail:

$ mtail

TODO

  • Add monitoring for new files created during runtime
  • Convert to serverless function using OpenFAAS
  • Test suite

About

Python Script to tail all files in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages