Skip to content

Commit f0a570a

Browse files
committed
This is too floody for an INFO log.
1 parent 1c9faa8 commit f0a570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def purge(*paths):
10361036
base = "https://docs.python.org/"
10371037
for path in paths:
10381038
url = urljoin(base, str(path))
1039-
logging.info("Purging %s from CDN", url)
1039+
logging.debug("Purging %s from CDN", url)
10401040
requests.request("PURGE", url, timeout=30)
10411041

10421042

0 commit comments

Comments
 (0)