Commit 4cceb4d147df2e8446fdc75653646fd73bc09c4a

Authored by Adhidarma Hadiwinoto
1 parent 5902f77da8
Exists in master

PULL report rc_from_handler if exists

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -219,8 +219,7 @@ function report(data) {
219 219 data.misc = {};
220 220 }
221 221  
222   - logger.verbose('Including advice url on report');
223   -
  222 + //logger.verbose('Including advice url on report');
224 223 data.misc.advice_url = config.push_server.advice.url;
225 224 }
226 225  
... ... @@ -229,6 +228,7 @@ function report(data) {
229 228 form: {
230 229 trx_id: data.trx_id,
231 230 rc: replaceRc(data.rc),
  231 + rc_from_handler: data.rc_from_handler,
232 232 message: data.message,
233 233 handler: config.handler_name,
234 234 sn: data.sn,