From f16c84f6fe11933940fd13e1db497dd92cfc9d67 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Wed, 30 Nov 2016 11:23:53 +0000 Subject: Bugfix: debug should be default off JIRA: YARDSTICK-398 Change-Id: I8b2f776a9cf6d577150633999354db762fcb93ae Signed-off-by: rexlee8776 --- api/actions/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/actions/env.py') 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] -- cgit 1.2.3-korg