https://github.com/javanile/watch-log
Watch your log files during development and save your time.
https://github.com/javanile/watch-log
developer-tools development-tools log logger logging npm-package watch-files
Last synced: 3 months ago
JSON representation
Watch your log files during development and save your time.
- Host: GitHub
- URL: https://github.com/javanile/watch-log
- Owner: javanile
- License: mit
- Created: 2017-03-16T17:33:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T16:19:44.000Z (over 6 years ago)
- Last Synced: 2025-03-08T08:17:48.720Z (4 months ago)
- Topics: developer-tools, development-tools, log, logger, logging, npm-package, watch-files
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watch-log
Watch your log files during development and save your time.
[](https://travis-ci.org/javanile-bot/watch-log)
[](https://codeclimate.com/github/javanile-bot/watch-log)
[](https://codeclimate.com/github/javanile-bot/watch-log/coverage)## usage
**STEP 1** - Install global 'watch-log' tool
```bash
$ 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
```yml
## 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
```bash
$ watch-log
```**STEP 4** - When a log file changes output are ready for your debug.