Skip to content

Commit

Permalink
temp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi165 committed Jan 8, 2020
1 parent 693f3ae commit 58a285b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ class QuotesModel {
// if we got here rules passed, so we can forward the quote on to the recipient dfsp
childSpan = span.getChild('qs_quote_forwardQuoteRequest')
} catch (err) {
console.log('----------------ERROR--------------------------')
console.log(err)
console.log('------------------------------------------')
// internal-error
this.writeLog(`Error in handleQuoteRequest for quoteId ${quoteRequest.quoteId}: ${getStackOrInspect(err)}`)
if (txn) {
Expand Down

0 comments on commit 58a285b

Please sign in to comment.