Skip to content

Commit

Permalink
Merge pull request #598 from sholladay/master
Browse files Browse the repository at this point in the history
Fix some developer cross-talk.
  • Loading branch information
jcrugzz committed Apr 4, 2015
2 parents 56efc50 + f196974 commit dadfe8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/winston/transports/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ Console.prototype.log = function (level, msg, meta, callback) {
logstash: this.logstash,
depth: this.depth,
formatter: this.formatter,
humanReadableUnhandledException: this.humanReadableUnhandledException,
showLevel: this.showLevel
humanReadableUnhandledException: this.humanReadableUnhandledException
});

if (level === 'error' || (level === 'debug' && !this.debugStdout) ) {
Expand Down

0 comments on commit dadfe8f

Please sign in to comment.