This commit is contained in:
Joe Knapper 2026-07-08 13:59:58 +01:00 committed by Julian Stirling
parent 77781d5c4d
commit ad3b579829

View file

@ -86,7 +86,7 @@ def configure_logging(log_folder: str, debug: bool = False) -> None:
) )
def retrieve_log() -> PlainTextResponse: def retrieve_log() -> JSONResponse:
"""Return logs since the server started, up to a maximum of 250 messages. """Return logs since the server started, up to a maximum of 250 messages.
This log is the one shown in the UI and on the logging page. This log is the one shown in the UI and on the logging page.