Skip to content

LeaoMartelo2/nestreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestReader

Log reader for LogNest

This is a very simple general use Linux CLI Tool for reading log files, made specially for lognest

Usage

./nestreader [options] <filename>

The option flags are:

Filtering options:

            -d, --debug         Print DEBUG messages    
            -t, --trace         Print TRACE/LOG messages
            -w, --warn          Print WARN messages     
            -e, --error         Print ERROR messages    
            -a, --all           Prints all messages     

Other options:

            -n, --no-color      Disables terminal scape-code colors
            -h, --help          Display help                  

The program will listen to updates to the file specified, and pring whatever new lines (passing by the filter) Toolthe standart output, by default with terminal escape colors.

Building

Only supports Linux.

./build.sh

ETC

The source code is very hackable and self explorable, you can modify it for your needs very easily.

About

Log reader for LogNest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published