diff options
Diffstat (limited to 'api/actions/env.py')
-rw-r--r-- | api/actions/env.py | 2 |
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] |