A tool for watch log files from multiple servers.
go mod tidy
go build
tailer
for help
Examples
tailer tailf test /data/nginx/access.log
tailer tailf test nginx_access_log
tailer -config /etc/tailer.yaml tailf another_project another_log_file
Default is ~/.tailer.yaml
(if exists). You can special a config file with -config
flag