Skip to content

Commit 909065b

Browse files
committed
reduce the log
1 parent 3fd4ff8 commit 909065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/app_log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async function consumerpg_failure_log(payload, postgreErr) {
197197
CONSUMER_FAILURE_LOG: postgreErr
198198
}).then(log => console.log('Added Error in Consumer Log Table'))
199199
.catch(err => console.log(err))
200-
console.log(`error-sync: consumer failed to update : "${postgreErr}"`)
200+
console.log(`error-sync: consumer failed to update :` + JSON.stringify(postgreErr))
201201
//audit table update
202202
}
203203
// CONSUMER_PAYLOAD: { type: DataTypes.JSON, allowNull: false },

0 commit comments

Comments
 (0)