Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Node 4, NPM Logging Levels

Choose a tag to compare

@allanhortle allanhortle released this 31 Aug 01:22
· 27 commits to master since this release
  • Fixes for bugs in event emitter with new versions of node
  • Upgraded winston to 2.0
  • Use the new reverse logging levels (NPM style)
* [Allan Hortle] 0.4.0
* [Allan Hortle] Merge pull request #12 from bigdatr/feature/event-undefined-bugs
* [Allan Hortle] Merge pull request #13 from bigdatr/feature/fix-logging-order
* [Allan Hortle] remove new line
* [Allan Hortle] replace console.log statements with debugs
* [Allan Hortle] Ignore tags
* [Allan Hortle] Upgrade winston and bring in npm log levels
* [Allan Hortle] fix missing comma
* [Allan Hortle] Fix the logging order so that we can choose what gets logged
* [Allan Hortle] move the eventEmitter.call inside the class function