From 3878fd841bf301f44a785e07c51be75ef892aa83 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 2 Mar 2025 20:32:06 +0100 Subject: [PATCH] fix(script): Log all msgs into file and console --- logging_configs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_configs/config.json b/logging_configs/config.json index df10412..0edcb0d 100644 --- a/logging_configs/config.json +++ b/logging_configs/config.json @@ -25,7 +25,7 @@ "handlers": { "rich": { "class": "rich.logging.RichHandler", - "level": "WARNING", + "level": "DEBUG", "formatter": "rich", "log_time_format": "[%Y-%m-%dT%H:%M:%S]" },