diff options
author | Jing Lu <lvjing5@huawei.com> | 2016-12-05 06:29:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 06:29:44 +0000 |
commit | 65e770afb564045d647abe2bdc2892ebe1130015 (patch) | |
tree | f09f3d1f93aefa9fd566391f00e865bce0f314ac | |
parent | 99ff997e0f9caf6ab4ba831d4272d803d3047909 (diff) | |
parent | f16c84f6fe11933940fd13e1db497dd92cfc9d67 (diff) |
Merge "Bugfix: debug should be default off"
-rw-r--r-- | api/actions/env.py | 2 | ||||
-rwxr-xr-x | tests/ci/yardstick-verify | 2 |
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] |