llama-stack-mirror/llama_stack/providers/inline/telemetry
Charlie Doern e258290213 fix: use logger for console telemetry
currently `print` is being used with custom formatting to achieve telemetry output in the console_span_processor

This causes telemetry not to show up in log files when using `LLAMA_STACK_LOG_FILE`. During testing it looks like telemetry is not being captures when it is

switch to using Rich formatting with the logger and then strip the formatting off when a log file is being uses so the formatting looks normal

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-07-24 15:54:49 -04:00
..
meta_reference fix: use logger for console telemetry 2025-07-24 15:54:49 -04:00
__init__.py Telemetry API redesign (#525) 2024-12-04 11:22:45 -08:00