Skip to content
/ xtail Public
forked from jfromaniello/xtail

Restart, stop or start service while watching its log file.

Notifications You must be signed in to change notification settings

mgonto/xtail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restart, stop or start service while watching a log file (ie tail -f).

Installation

$ npm i xtail -g

Usage

When the service name is equal to its log file in /var/log/. For instance the service name is mongo and the log is on /var/log/mongo.log, use as follows:

xtail mongo

When the log file is different use:

xtail /var/log/my-mongo-log.log the-mongo-service

Then while watching the logs use one of these key shortcuts to start/stop/restart:

ss-2014-02-03T16-24-02.png

License

MIT - Jose Romaniello 2014

About

Restart, stop or start service while watching its log file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%