diff --git a/src/lootscraper/main.py b/src/lootscraper/main.py index 964b5a6..8931606 100644 --- a/src/lootscraper/main.py +++ b/src/lootscraper/main.py @@ -30,6 +30,9 @@ logger = logging.getLogger() +# Tone down the logging of httpx, we don't need to see every request +logging.getLogger("httpx").setLevel(logging.WARNING) + EXAMPLE_CONFIG_FILE = "config.default.toml" LOGFORMAT = "%(asctime)s [%(levelname)s] (%(name)s) %(message)s"