Skip to content

Commit

Permalink
Fixed winston configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaseri committed Jun 19, 2013
1 parent 4b25f5f commit 06d9553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var winston = require('winston');
module.exports = logger = new winston.Logger({
transports: [
new winston.transports.Console({timestamp: true}),
exitOnError: false,
handleExceptions: true
]
],
exitOnError: false,
handleExceptions: true
});

0 comments on commit 06d9553

Please sign in to comment.