Skip to content

Commit

Permalink
fix: kafka logging 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Sep 1, 2024
1 parent 33e60e1 commit acdc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/kafka/kafka.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class KafkaProducer implements OnModuleInit, OnModuleDestroy {
compression: CompressionTypes.GZIP,
acks: -1,
});
console.log(`Message sent to topic ${topic}: ${message}`);
// console.log(`Message sent to topic ${topic}: ${message}`);
} catch (error) {
console.error(`Error sending message to Kafka: ${error.message}`);
}
Expand Down

0 comments on commit acdc6be

Please sign in to comment.