diff --git a/src/qperf_pub.cc b/src/qperf_pub.cc index 42fdcfa..e1553e4 100644 --- a/src/qperf_pub.cc +++ b/src/qperf_pub.cc @@ -149,12 +149,12 @@ namespace qperf { // publish PublishObject(object_headers, object_span); - SPDLOG_INFO("PO, RUNNING, {}, {}, {}, {}, {}", - perf_config_.test_name, - group_id_, - object_id_, - publish_track_metrics_.objects_published, - publish_track_metrics_.bytes_published); + SPDLOG_TRACE("PO, RUNNING, {}, {}, {}, {}, {}", + perf_config_.test_name, + group_id_, + object_id_, + publish_track_metrics_.objects_published, + publish_track_metrics_.bytes_published); // return current time in ms - publish time return now; diff --git a/src/qperf_sub.cc b/src/qperf_sub.cc index b80c1cd..77f2420 100644 --- a/src/qperf_sub.cc +++ b/src/qperf_sub.cc @@ -165,18 +165,18 @@ namespace qperf { SPDLOG_INFO("--------------------------------------------"); } - SPDLOG_INFO("OR, RUNNING, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}", - test_identifier_, - perf_config_.test_name, - object_header.group_id, - object_header.object_id, - data_span.size(), - local_now_, - remote_now, - transmit_delta, - arrival_delta, - total_objects_, - total_bytes_); + SPDLOG_TRACE("OR, RUNNING, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}", + test_identifier_, + perf_config_.test_name, + object_header.group_id, + object_header.object_id, + data_span.size(), + local_now_, + remote_now, + transmit_delta, + arrival_delta, + total_objects_, + total_bytes_); if (!first_pass_) {