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
- Host: GitHub
- URL: https://github.com/leaomartelo2/nestreader
- Owner: LeaoMartelo2
- License: mit
- Created: 2025-02-19T23:11:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T00:03:12.000Z (about 1 year ago)
- Last Synced: 2025-02-20T00:27:04.206Z (about 1 year ago)
- Topics: cli, log, log-reader, logging
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.