We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41a320 commit 25c78e2Copy full SHA for 25c78e2
1 file changed
src/runners/uvicorn.py
@@ -19,6 +19,7 @@ def start_uvicorn(
19
Parameters:
20
----------
21
configuration (ServiceConfiguration): Configuration providing host,
22
+ log_config (dict): Logging configuration,
23
port, workers, and `tls_config` (including `tls_key_path`,
24
`tls_certificate_path`, and `tls_key_password`). TLS fields may be None
25
and will be forwarded to uvicorn.run as provided.
0 commit comments