An open API service indexing awesome lists of open source software.

https://github.com/leaomartelo2/nestreader

Log reader for LogNest
https://github.com/leaomartelo2/nestreader

cli log log-reader logging

Last synced: 3 months ago
JSON representation

Log reader for LogNest

Awesome Lists containing this project

README

        

# NestReader

## Log reader for [LogNest](https://github.com/LeaoMartelo2/lognest)

This is a very simple general use Linux CLI Tool for reading log files, made specially for
[lognest](https://github.com/LeaoMartelo2/lognest)

## Usage

```bash
./nestreader [options]
```
### 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.