We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a835ebe commit aea9183Copy full SHA for aea9183
common/component/kafka/subscriber.go
@@ -93,6 +93,6 @@ func (k *Kafka) reloadConsumerGroup() {
93
}
94
95
96
- k.logger.Errorf("Closing ConsumerGroup for topics: %v", topics)
+ k.logger.Debugf("Closing ConsumerGroup for topics: %v", topics)
97
}()
98
0 commit comments