Fix docstring for document generation
This commit is contained in:
parent
cf6fd4ccea
commit
05b802b53e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def configure_logging(log_folder: str, debug: bool = False) -> None:
|
|||
adds a custom handler that prints and stores all records except
|
||||
``uvicorn.access`` logs.
|
||||
- debug: This modifies the root logger to change its logging level. It is
|
||||
set to True by starting the server with the cli argument `--debug`.
|
||||
set to True by starting the server with the cli argument ``--debug``.
|
||||
|
||||
It is important not to let Uvicorn override these settings.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue