Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 991 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 991 Bytes

watch-log

Watch your log files during development and save your time.

Build Status Code Climate Test Coverage

usage

STEP 1 - Install global 'watch-log' tool

$ npm install watch-log -g

STEP 2 - Create a file ".debug.yml" into your project with relatives path of log files to get under the watcher activity

## file: .debug.yml
watch-log:
  files:
    - logs/error.log 
    - logs/debug.log 

STEP 3 - Simply run watch-log on your folder project on bash console

$ watch-log

STEP 4 - When a log file changes output are ready for your debug.