From 8b7db5db5b62ec6adf1baf97e91aeaabdd237b24 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Thu, 17 Jun 2021 12:27:38 -0500 Subject: [PATCH] SERVER-55446 revert addition of scons stacktrace in evergreen logs --- evergreen/scons_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evergreen/scons_compile.sh b/evergreen/scons_compile.sh index 9dac9007fae..b274fdea96c 100755 --- a/evergreen/scons_compile.sh +++ b/evergreen/scons_compile.sh @@ -32,7 +32,7 @@ fi # Conditionally enable scons time debugging if [ "${show_scons_timings}" = "true" ]; then - extra_args="$extra_args --debug=time,stacktrace" + extra_args="$extra_args --debug=time" fi # Build packages where the upload tasks expect them