Skip to content

Commit aea9183

Browse files
committed
Change Error Close log level to Debug
Signed-off-by: joshvanl <[email protected]>
1 parent a835ebe commit aea9183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/component/kafka/subscriber.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ func (k *Kafka) reloadConsumerGroup() {
9393
}
9494
}
9595

96-
k.logger.Errorf("Closing ConsumerGroup for topics: %v", topics)
96+
k.logger.Debugf("Closing ConsumerGroup for topics: %v", topics)
9797
}()
9898
}

0 commit comments

Comments
 (0)