Skip to content

Commit

Permalink
Merge pull request #6000 from vbotbuildovich/backport-fixes-to-v22.2.…
Browse files Browse the repository at this point in the history
…x-167

[v22.2.x] cluster: Lower log level for health stats collection
  • Loading branch information
BenPope committed Aug 12, 2022
2 parents 888ada6 + ae46e89 commit 0fa3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cluster/health_monitor_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ ss::future<std::error_code> health_monitor_backend::collect_cluster_health() {
/**
* We are collecting cluster health on raft 0 leader only
*/
vlog(clusterlog.info, "collecting cluster health statistics");
vlog(clusterlog.debug, "collecting cluster health statistics");
// collect all reports
auto ids = _members.local().all_broker_ids();
auto reports = co_await ssx::async_transform(
Expand Down

0 comments on commit 0fa3254

Please sign in to comment.