Skip to content

Commit

Permalink
feat: set log_level confluent-kafka-go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonia Melgaço committed Jun 15, 2023
1 parent a1e9028 commit 98d779d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/kafka_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func (q *KafkaConsumer) configureConsumer(client interfaces.KafkaConsumerClient)
"auto.offset.reset": q.OffsetResetStrategy,
"auto.commit.enable": true,
},
"log_level": int(uint32(q.logger.Level()) + 2),
})
if err != nil {
l.WithError(err).Error("error configuring kafka queue")
Expand Down

0 comments on commit 98d779d

Please sign in to comment.