Skip to content

Commit

Permalink
Merge pull request redpanda-data#5995 from BenPope/cluster-health-sta…
Browse files Browse the repository at this point in the history
…ts-log-level

cluster: Lower log level for health stats collection
  • Loading branch information
BenPope committed Aug 12, 2022
2 parents 97e8076 + 067ed2d commit 99dbbdf
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 99dbbdf

Please sign in to comment.