Skip to content

Commit

Permalink
Remove unneeded logging.setLevel for pyhive.presto
Browse files Browse the repository at this point in the history
  • Loading branch information
jessie-ross committed Jun 21, 2024
1 parent ed26bf1 commit 527aa05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/utils/logging_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 527aa05

Please # to comment.