mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 18:46:16 +00:00
Merge branch 'main' into acl-vector-stores
This commit is contained in:
commit
b5aa8c7aa2
1 changed files with 1 additions and 0 deletions
|
|
@ -592,6 +592,7 @@ def main(args: argparse.Namespace | None = None):
|
|||
"port": port,
|
||||
"lifespan": "on",
|
||||
"log_level": logger.getEffectiveLevel(),
|
||||
"log_config": logger_config,
|
||||
}
|
||||
if ssl_config:
|
||||
uvicorn_config.update(ssl_config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue