diff --git a/app.py b/app.py index d42aacc..1b7bdf1 100644 --- a/app.py +++ b/app.py @@ -20,6 +20,8 @@ logging.basicConfig( format="%(asctime)s %(levelname)s %(name)s: %(message)s", datefmt="%H:%M:%S", ) +for _noisy in ("httpx", "httpcore", "openai"): + logging.getLogger(_noisy).setLevel(logging.WARNING) log = logging.getLogger("bikeslop") GPX_DIR = Path(__file__).parent / "garmin_gpx_exports"