From 527aa0581ec51705afa9920f7c279e54d9f2d4db Mon Sep 17 00:00:00 2001 From: Jessie Ross Date: Fri, 29 Mar 2024 15:14:17 +0800 Subject: [PATCH] Remove unneeded logging.setLevel for pyhive.presto --- superset/utils/logging_configurator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/superset/utils/logging_configurator.py b/superset/utils/logging_configurator.py index f4f809dc39033..259b98c64c8d9 100644 --- a/superset/utils/logging_configurator.py +++ b/superset/utils/logging_configurator.py @@ -41,8 +41,6 @@ def configure_logging( if app_config["SILENCE_FAB"]: logging.getLogger("flask_appbuilder").setLevel(logging.ERROR) - logging.getLogger("pyhive.presto").setLevel(logging.INFO) - # basicConfig() will set up a default StreamHandler on stderr logging.basicConfig(format=app_config["LOG_FORMAT"]) logging.getLogger().setLevel(