Skip to content

Commit 732e71e

Browse files
Merge pull request #192 from CloudBoost/staging
error logging fix
2 parents 39da4bb + 759812e commit 732e71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ if(global.keys.slackWebHook){
5454
pretext: "An Error occured on API POD in - " + envVal,
5555
color: '#D00000',
5656
fields: [{
57-
title: util.format(":scream_cat: %s", 'Critical Error'),
58-
value: meta.error,
57+
title: meta.error,
58+
value: meta.stack,
5959
short: false
6060
}]
6161
}]}

0 commit comments

Comments
 (0)