From c5ab0431a908acee2db2148c33a609b2b2b0d612 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 21 Feb 2022 22:57:18 -0800 Subject: [PATCH] Re-enable uvicorn error logging. This doesn't get enabled on the root logger by default. --- resources/default_logging.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/default_logging.yaml b/resources/default_logging.yaml index 9e2fe9d9..08284a7b 100644 --- a/resources/default_logging.yaml +++ b/resources/default_logging.yaml @@ -38,3 +38,6 @@ loggers: # UI's log window. handlers: [file] propagate: false + uvicorn.error: + level: INFO + propagate: true