loggl
TypeScript icon, indicating that this package has built-in type declarations

0.0.5-alpha.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i loggl

Weekly Downloads

11

Version

0.0.5-alpha.1

License

GPL-3.0-or-later

Unpacked Size

52.6 kB

Total Files

14

Last publish

Collaborators

  • kevindoveton