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

Commit fadbf59

Browse files
Debug kafka payload
1 parent a4df0f7 commit fadbf59

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
@@ -284,6 +284,7 @@ async function postEvent (topic, payload) {
284284
'mime-type': 'application/json',
285285
payload
286286
}
287+
logger.info(`Event payload: ${JSON.stringify(message, null, 4)}`)
287288
await busApiClient.postEvent(message)
288289
}
289290

0 commit comments

Comments
 (0)