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(