summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-09-25 12:43:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-25 21:56:58 +0000
commit4000635eb464b2eb13f0d843773b32296f35c6c8 (patch)
treed0524d285f24f12bc99b025ffca8638d77b38285 /buildscripts
parentc812474551dd4c4aa15645a55eeb7639f71c8b84 (diff)
downloadmongo-4000635eb464b2eb13f0d843773b32296f35c6c8.tar.gz
SERVER-51124: Bypass compile on dynamically generated build variants
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/bypass_compile_and_fetch_binaries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 783983f0b6b..b29d3f2290d 100755
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -461,7 +461,7 @@ def main( # pylint: disable=too-many-arguments,too-many-locals,too-many-stateme
"""
logging.basicConfig(
format="[%(asctime)s - %(name)s - %(levelname)s] %(message)s",
- level=logging.DEBUG,
+ level=logging.INFO,
stream=sys.stdout,
)