Skip to content

Commit

Permalink
Update logger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonFedotov authored Oct 5, 2017
1 parent efed73d commit 0ca07d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (module) {
webhook_url: 'https://hooks.slack.com/services/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',
channel: '#devops-log',
username: 'ErrorBot',
level: 'info',
level: 'warn',
handleExceptions: true
}),
new (winston.transports.Console)({
Expand Down

0 comments on commit 0ca07d3

Please sign in to comment.