Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kenperkins/winston-papertrail
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
David Middlecamp committed Apr 29, 2016
2 parents 49824d1 + 3898001 commit e5aaf6c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.*
*.md
test
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#v1.0.2
- Fixed a bug when logging error objects [dmiddlecamp][7]

# v1.0.1 #
- Cleaned up formatting for inline meta objects #30 [byrcekahle][6]

Expand Down Expand Up @@ -61,4 +64,4 @@
[4]: https://github.com/eric
[5]: https://github.com/jahqueel
[6]: https://github.com/brycekahle

[7]: https://github.com/dmiddlecamp
1 change: 1 addition & 0 deletions lib/winston-papertrail.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var os = require('os'),
var Papertrail = exports.Papertrail = function (options) {

var self = this;
winston.Transport.call(self, options);

self._KEEPALIVE_INTERVAL = 15 * 1000;

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"dependencies": {
"glossy": "^0.1.7"
},
"peerDependencies": {
"winston": ">=0.6.x"
},
"main": "./lib/winston-papertrail",
"scripts": {
"test": "mocha test/*-test.js --spec"
Expand Down

0 comments on commit e5aaf6c

Please sign in to comment.