Skip to content

Commit 25c78e2

Browse files
committed
Update doc string with new parameter
1 parent c41a320 commit 25c78e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/runners/uvicorn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def start_uvicorn(
1919
Parameters:
2020
----------
2121
configuration (ServiceConfiguration): Configuration providing host,
22+
log_config (dict): Logging configuration,
2223
port, workers, and `tls_config` (including `tls_key_path`,
2324
`tls_certificate_path`, and `tls_key_password`). TLS fields may be None
2425
and will be forwarded to uvicorn.run as provided.

0 commit comments

Comments
 (0)