Skip to content
Snippets Groups Projects
Commit 8bab30dc authored by Yang Gao's avatar Yang Gao Committed by GitHub
Browse files

Merge pull request #11028 from yang-g/default_hc

Lower the level of a log message to INFO
parents 6d15d29f f070d415
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,7 @@ void Server::Start(ServerCompletionQueue** cqs, size_t num_cqs) {
if (health_check_service_ == nullptr && !health_check_service_disabled_ &&
DefaultHealthCheckServiceEnabled()) {
if (sync_server_cqs_->empty()) {
gpr_log(GPR_ERROR,
gpr_log(GPR_INFO,
"Default health check service disabled at async-only server.");
} else {
auto* default_hc_service = new DefaultHealthCheckService;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment