Skip to content

Commit

Permalink
Merge pull request #192 from CloudBoost/staging
Browse files Browse the repository at this point in the history
error logging fix
  • Loading branch information
shubhamqweasd authored Jun 13, 2017
2 parents 39da4bb + 759812e commit 732e71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if(global.keys.slackWebHook){
pretext: "An Error occured on API POD in - " + envVal,
color: '#D00000',
fields: [{
title: util.format(":scream_cat: %s", 'Critical Error'),
value: meta.error,
title: meta.error,
value: meta.stack,
short: false
}]
}]}
Expand Down

0 comments on commit 732e71e

Please sign in to comment.