Skip to content

Commit c392f3a

Browse files
authored
chore: remove extra logging (#3574)
# What does this PR do? This is already logged by console processor as INFO <img width="1093" height="280" alt="image" src="https://github.com/user-attachments/assets/780b0ac2-6744-49d7-b1d4-b7204050a6dc" /> ## Test Plan
1 parent 0d94f3e commit c392f3a

File tree

1 file changed

+0
-4
lines changed
  • llama_stack/providers/inline/telemetry/meta_reference

1 file changed

+0
-4
lines changed

llama_stack/providers/inline/telemetry/meta_reference/telemetry.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ def _get_or_create_gauge(self, name: str, unit: str) -> metrics.ObservableGauge:
224224
return _GLOBAL_STORAGE["gauges"][name]
225225

226226
def _log_metric(self, event: MetricEvent) -> None:
227-
# Always log to console if console sink is enabled (debug)
228-
if TelemetrySink.CONSOLE in self.config.sinks:
229-
logger.debug(f"METRIC: {event.metric}={event.value} {event.unit} {event.attributes}")
230-
231227
# Add metric as an event to the current span
232228
try:
233229
with self._lock:

0 commit comments

Comments
 (0)