Skip to content

Commit

Permalink
Merge pull request #29216 from rsvoboda/silence.kafka.again
Browse files Browse the repository at this point in the history
Update the definition of ignored Kafka client messages
  • Loading branch information
cescoffier authored Nov 13, 2022
2 parents 5fd855e + 2304d4d commit 6ae8ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void silenceUnwantedConfigLogs(BuildProducer<LogCleanupFilterBuildItem> logClean
List<String> ignoredMessages = new ArrayList<>();
for (String ignoredConfigProperty : ignoredConfigProperties) {
ignoredMessages
.add("The configuration '" + ignoredConfigProperty + "' was supplied but isn't a known config.");
.add("These configurations '[" + ignoredConfigProperty + "]' were supplied but are not used yet.");
}

logCleanupFilters.produce(new LogCleanupFilterBuildItem("org.apache.kafka.clients.consumer.ConsumerConfig",
Expand Down

0 comments on commit 6ae8ff8

Please sign in to comment.