Skip to content

Commit

Permalink
Merge pull request #15761 from cdapio/cherrypick/release/6.10/cdap-21046
Browse files Browse the repository at this point in the history
[Cherrypick][CDAP-21046]Updating the emitMetrics log to trace.
  • Loading branch information
itsankit-google authored Dec 10, 2024
2 parents 0f8eaa2 + 9fba7e8 commit c801621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void emitRunningMetrics() {
}

private void emitMetrics(String metricName, long value) {
LOG.debug("Setting metric {} to value {}", metricName, value);
LOG.trace("Setting metric {} to value {}", metricName, value);
metricsCollectionService.getContext(Collections.emptyMap()).gauge(metricName, value);
}

Expand Down

0 comments on commit c801621

Please sign in to comment.