Generates a tail command to read log files created by jaid-logger.
npm install --global jaid-logger-tail@^3.2.0
yarn global add jaid-logger-tail@^3.2.0
(if configured properly)
npm install --global @jaid/jaid-logger-tail@^3.2.0
After installing package jaid-logger-tail
globally, you can use its command line interface.
jaid-logger-tail 'My App'
For usage instructions:
jaid-logger-tail --help
Setting up:
git clone git@github.com:jaid/jaid-logger-tail.git
cd jaid-logger-tail
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (github.com/jaid)