Skip to content

Commit

Permalink
Set httpx log level to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Mar 18, 2024
1 parent 1636a63 commit 43e3d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gentoogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
from pathlib import Path

logging.basicConfig(level=logging.INFO)
logging.getLogger("httpx").setLevel(logging.WARNING)

BASE_DIR = Path(__file__).parent.parent

0 comments on commit 43e3d03

Please sign in to comment.