Skip to content

Commit

Permalink
Updating the emitMetrics log to trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwiksahani committed Dec 10, 2024
1 parent 0f8eaa2 commit 9fba7e8
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 9fba7e8

Please sign in to comment.