Skip to content

Commit

Permalink
W-13680300 Print response
Browse files Browse the repository at this point in the history
  • Loading branch information
slodha committed Jul 14, 2023
1 parent 9ab3c4a commit 440f059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else if (protobuf) {
MetricsResponse.MetricList response =
MetricsResponse.MetricList.newBuilder().addAllMetricList(metricList).build();

LOG.info( "carbonapi request: done formatting response" );
LOG.info( "carbonapi request: done formatting response " + response);
try
{
LOG.info( "carbonapi request: writing response" );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ else if ( protobuf )
MetricsResponse.SeriesList response =
MetricsResponse.SeriesList.newBuilder().addAllSeriesList( metricsSeriesList ).build();

LOG.info( "carbonapi request: done formatting response" );
LOG.info( "carbonapi request: done formatting response " + response);

try
{
Expand Down

0 comments on commit 440f059

Please sign in to comment.