Skip to content

Commit 5db9d93

Browse files
authored
Fix logger output topic in sgtrConsumerAgent
1 parent 7da1bfa commit 5db9d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafnus-ngsi/lib/consumerAgents/sgtrConsumerAgent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function startSgtrConsumerAgent(logger, producer) {
9999
null, // Opaque
100100
outHeaders
101101
);
102-
logger.info('[sgtr] Sent to %j | mutation %j', outputTopicByService, mutation);
102+
logger.info('[sgtr] Sent to %j | mutation %j', outputTopic, mutation);
103103
} // for loop
104104
} catch (err) {
105105
logger.error('[sgtr] Error processing event, offset NOT committed', err);

0 commit comments

Comments
 (0)