fix logging

This commit is contained in:
Sumit Jaiswal 2025-05-30 18:34:21 +05:30
parent 593c83ed6a
commit 24707a1173
No known key found for this signature in database
GPG key ID: A4604B39D64D6AEC

View file

@ -10,8 +10,7 @@ import faiss
from llama_stack.distribution.providers import ProviderImpl
from llama_stack.providers.datatypes import HealthResponse, HealthStatus
# Set up logging
logger = logging.getLogger("faiss_provider_patch")
logger = logging.getLogger(__name__)
# Store the original methods
original_list_providers = ProviderImpl.list_providers