mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +00:00
fix: switch refresh to debug log
the server logs have a persistent `core: refreshing registry` log that clogs up the output. Switch it to debug Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
09abdb0a37
commit
ed3e843e09
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ async def shutdown_stack(impls: dict[Api, Any]):
|
|||
|
||||
|
||||
async def refresh_registry_once(impls: dict[Api, Any]):
|
||||
logger.info("refreshing registry")
|
||||
logger.debug("refreshing registry")
|
||||
routing_tables = [v for v in impls.values() if isinstance(v, CommonRoutingTableImpl)]
|
||||
for routing_table in routing_tables:
|
||||
await routing_table.refresh()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue