summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2022-07-07 18:13:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-07 19:20:44 +0000
commit4f4630d1303008c855711283556abf6bef99c345 (patch)
tree5df3b0a651b6a493b40674e4945ce7723252bc90 /SConstruct
parent59518e4f9c55ff4d897bc1ac1e7412b9243392a4 (diff)
downloadmongo-4f4630d1303008c855711283556abf6bef99c345.tar.gz
SERVER-67869 build metrics should not be collected by default
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4171fa8f3ec..00c3614a2e5 100755
--- a/SConstruct
+++ b/SConstruct
@@ -733,7 +733,7 @@ add_option(
'build-metrics',
metavar="FILE",
const='build-metrics.json',
- default='build-metrics.json',
+ default='',
help='Enable tracking of build performance and output data as json.'
' Use "-" to output json to stdout, or supply a path to the desired'
' file to output to. If no argument is supplied, the default log'