Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a3dfbce

Browse files
author
Sachin Maheshwari
committed
ES error testing, logging
1 parent 51b0719 commit a3dfbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ async function postEvent (topic, payload) {
176176
'mime-type': 'application/json',
177177
payload
178178
}
179+
logger.debug(`Final message, ${JSON.stringify(message, null, 2)}`)
179180
await busApiClient.postEvent(message)
180181
}
181182

0 commit comments

Comments
 (0)