0.0.5-alpha.1 • Published 4 years ago

loggl v0.0.5-alpha.1

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

loggl

npm version

Tail files and push the results to the centralised log server of your choice.

Usage

npm i -g loggl

loggl start # start main process

loggl add --file test.txt # start monitoring a file

loggl files # view all files being monitored
## currently monitored files:
##  /path/to/test.txt

loggl remove --file /path/to/test.txt # stop monitoring a file

loggl files
## No files are currently being monitored

loggl stop # stop the main process