aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/metrics_server.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-02-19 03:02:16 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-02-24 11:15:53 -0800
commit559e45becd0a50bd6af850900abbb2b5759f8719 (patch)
tree3b8b052fd7d0b6bcff102601ef857c43d0b17ad5 /test/cpp/util/metrics_server.cc
parent44ca2c26409a172b80bc9f40f7578f3eaf1d135d (diff)
Scripts to launch stress tests in GKE
Diffstat (limited to 'test/cpp/util/metrics_server.cc')
-rw-r--r--test/cpp/util/metrics_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/metrics_server.cc b/test/cpp/util/metrics_server.cc
index 07978d0bdb..34d51eb316 100644
--- a/test/cpp/util/metrics_server.cc
+++ b/test/cpp/util/metrics_server.cc
@@ -57,7 +57,7 @@ long Gauge::Get() {
grpc::Status MetricsServiceImpl::GetAllGauges(
ServerContext* context, const EmptyMessage* request,
ServerWriter<GaugeResponse>* writer) {
- gpr_log(GPR_INFO, "GetAllGauges called");
+ gpr_log(GPR_DEBUG, "GetAllGauges called");
std::lock_guard<std::mutex> lock(mu_);
for (auto it = gauges_.begin(); it != gauges_.end(); it++) {