summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/actions/env.py2
-rwxr-xr-xtests/ci/yardstick-verify2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/actions/env.py b/api/actions/env.py
index 5ecb851ef..9e53dde4d 100644
--- a/api/actions/env.py
+++ b/api/actions/env.py
@@ -148,7 +148,7 @@ def _config_output_file():
with open(config.YARDSTICK_CONFIG_FILE, 'w') as f:
f.write("""\
[DEFAULT]
-debug = True
+debug = False
dispatcher = influxdb
[dispatcher_file]
diff --git a/tests/ci/yardstick-verify b/tests/ci/yardstick-verify
index 1a6682f85..7644c96c4 100755
--- a/tests/ci/yardstick-verify
+++ b/tests/ci/yardstick-verify
@@ -162,7 +162,7 @@ run_test()
cat << EOF > /etc/yardstick/yardstick.conf
[DEFAULT]
-debug = True
+debug = False
dispatcher = ${DISPATCHER_TYPE}
[dispatcher_file]