aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-12-05 06:29:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-05 06:29:44 +0000
commit65e770afb564045d647abe2bdc2892ebe1130015 (patch)
treef09f3d1f93aefa9fd566391f00e865bce0f314ac /api
parent99ff997e0f9caf6ab4ba831d4272d803d3047909 (diff)
parentf16c84f6fe11933940fd13e1db497dd92cfc9d67 (diff)
Merge "Bugfix: debug should be default off"
Diffstat (limited to 'api')
-rw-r--r--api/actions/env.py2
1 files changed, 1 insertions, 1 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]