mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-15 17:44:01 +00:00
fix logging
This commit is contained in:
parent
593c83ed6a
commit
24707a1173
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue