Skip to content

Commit

Permalink
Update Winston to 1.0.0
Browse files Browse the repository at this point in the history
Plenty of nice changes since 0.7

Highlights:

- Correctly log Error objects:
  winstonjs/winston@ad2d5e1

- Logging objects to file causes slowdown (we don't log to file in this
  project)
  winstonjs/winston@5c4bd41

- Better logging of unhandled exceptions
  winstonjs/winston#84
  • Loading branch information
Alan Cohen committed Apr 9, 2015
1 parent bb74cbf commit e7c53ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 104 deletions.
123 changes: 20 additions & 103 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ripple-lib-transactionparser": "^0.3.0",
"sqlite3": "^3.0.2",
"supertest": "^0.13.0",
"winston": "^0.7.3"
"winston": "^1.0.0"
},
"devDependencies": {
"assert-diff": "^0.0.4",
Expand Down

0 comments on commit e7c53ec

Please sign in to comment.