Watch your log files during development and save your time.
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.