mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:39:41 +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,
|
"port": port,
|
||||||
"lifespan": "on",
|
"lifespan": "on",
|
||||||
"log_level": logger.getEffectiveLevel(),
|
"log_level": logger.getEffectiveLevel(),
|
||||||
|
"log_config": logger_config,
|
||||||
}
|
}
|
||||||
if ssl_config:
|
if ssl_config:
|
||||||
uvicorn_config.update(ssl_config)
|
uvicorn_config.update(ssl_config)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue