We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9faa8 commit f0a570aCopy full SHA for f0a570a
build_docs.py
@@ -1036,7 +1036,7 @@ def purge(*paths):
1036
base = "https://docs.python.org/"
1037
for path in paths:
1038
url = urljoin(base, str(path))
1039
- logging.info("Purging %s from CDN", url)
+ logging.debug("Purging %s from CDN", url)
1040
requests.request("PURGE", url, timeout=30)
1041
1042
0 commit comments