Skip to content

Commit 11dbee6

Browse files
committed
Runtime error
1 parent b77fa8b commit 11dbee6

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
@@ -57,7 +57,7 @@ async function producerpost_success_log(payload , overallstatus) {
5757
PRODUCER_PUBLISH_STATUS: 'success',
5858
PRODUCER_PUBLISH_TIME: Date.now(),
5959
OVERALL_STATUS: overallstatus
60-
}).then((log) => lgger.info('Send Success'))
60+
}).then((log) => logger.info('Send Success'))
6161

6262
const logMessage = `${seqID} ${payload.TABLENAME} ${payload.uniquedatatype} ${payload.OPERATION} ${payload.TIME}`
6363
logger.debug(`producer : ${logMessage}`);

0 commit comments

Comments
 (0)