From d6edf33c8464588a54a8db3ee833e9179fc2aaa5 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:41:06 +0200 Subject: [PATCH] Set sqlalchemy logger to allow query debugging (#105) --- ixmp4/conf/logging/debug.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ixmp4/conf/logging/debug.json b/ixmp4/conf/logging/debug.json index 6613e2ef..31e7fb94 100644 --- a/ixmp4/conf/logging/debug.json +++ b/ixmp4/conf/logging/debug.json @@ -17,5 +17,10 @@ "level": "NOTSET", "formatter": "generic" } + }, + "loggers": { + "sqlalchemy": { + "level": "NOTSET" + } } }