Categorygithub.com/rcowham/go-libtail
modulepackage
0.1.3
Repository: https://github.com/rcowham/go-libtail.git
Documentation: pkg.go.dev

# README

go-libtail

Tailing library based on fstab/grok_exporter tail package - cross compiles easily and doesn't lock Windows files!

Will evolve for use in other libraries such as p4prometheus and go-libp4dlog

See cmd/tailer for a very simple command line interface showing very basic usage.

Alternatives

Tried papertrail/go-tail but had two problems:

  • reopen wasn't working properly
  • log files was locked on Windows if being tailed

When I tried to import the files from fstab/grok_exporter I found the Oniguruma dependency made life rather trickier - especially when cross compiling for Windows (even though the instructions all worked - just took a long time!)

ToDo

  • Proper config

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author