Skip to content

Commit 7a5528d

Browse files
committed
quiet logs from external libs
1 parent 7326a1b commit 7a5528d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/scraping/logging_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def setup_logging():
2626
logging.getLogger("httpx").setLevel(logging.WARNING)
2727
logging.getLogger("httpcore").setLevel(logging.WARNING)
2828
logging.getLogger("urllib3").setLevel(logging.WARNING)
29+
logging.getLogger("botocore").setLevel(logging.WARNING)
30+
logging.getLogger("s3transfer").setLevel(logging.WARNING)
2931
fmt = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
3032
handlers = [
3133
logging.StreamHandler(sys.stderr),

0 commit comments

Comments
 (0)