aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2016-11-30 11:23:53 +0000
committerrexlee8776 <limingjiang@huawei.com>2016-11-30 11:52:56 +0000
commitf16c84f6fe11933940fd13e1db497dd92cfc9d67 (patch)
treea0ee284c27dc5546d78d787957a05c891f0e7646 /api
parent462f25c8e950110a1624909d4f79ef4219005ba2 (diff)
Bugfix: debug should be default off
JIRA: YARDSTICK-398 Change-Id: I8b2f776a9cf6d577150633999354db762fcb93ae Signed-off-by: rexlee8776 <limingjiang@huawei.com>
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 321649940..ea2ca5bc3 100644
--- a/api/actions/env.py
+++ b/api/actions/env.py
@@ -65,7 +65,7 @@ def _config_output_file():
with open('/etc/yardstick/yardstick.conf', 'w') as f:
f.write("""\
[DEFAULT]
-debug = True
+debug = False
dispatcher = influxdb
[dispatcher_file]