Fix docstring for document generation

This commit is contained in:
Beth Probert 2026-06-17 17:11:47 +01:00
parent cf6fd4ccea
commit 05b802b53e

View file

@ -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.