From 05b802b53e7cc13eeeb56bade9c5c1ddae1ee25d Mon Sep 17 00:00:00 2001 From: Beth Probert Date: Wed, 17 Jun 2026 17:11:47 +0100 Subject: [PATCH] Fix docstring for document generation --- src/openflexure_microscope_server/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/logging.py b/src/openflexure_microscope_server/logging.py index aa68741a..38ad3848 100644 --- a/src/openflexure_microscope_server/logging.py +++ b/src/openflexure_microscope_server/logging.py @@ -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.