Skip to content

Commit

Permalink
attempt to disable google discovery cache logging for tests (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp authored Nov 13, 2024
1 parent 592c797 commit 675b309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ def _create_pipeline_instance_id(self) -> str:
# disable httpx request logging (too verbose when testing qdrant)
logging.getLogger("httpx").setLevel("WARNING")

# disable googleapiclient logging
logging.getLogger("googleapiclient.discovery_cache").setLevel("WARNING")

# reset and init airflow db
import warnings

Expand Down

0 comments on commit 675b309

Please sign in to comment.