refactor(logging): rename llama_stack logger categories

This PR renames logging categores of llama_stack logger across the codebase according to https://github.com/llamastack/llama-stack/pull/3065#issuecomment-3187199197.

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-08-07 19:06:05 +02:00
parent 4434fcc2c3
commit 430ea87982
63 changed files with 64 additions and 64 deletions

View file

@ -17,7 +17,7 @@ from llama_stack.providers.utils.inference import (
ALL_HUGGINGFACE_REPOS_TO_MODEL_DESCRIPTOR,
)
logger = get_logger(name=__name__, category="core")
logger = get_logger(name=__name__, category="providers::utils")
class RemoteInferenceProviderConfig(BaseModel):