Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
99ff997
f16c84f
)
Merge "Bugfix: debug should be default off"
author
Jing Lu
<lvjing5@huawei.com>
Mon, 5 Dec 2016 06:29:44 +0000
(06:29 +0000)
committer
Gerrit Code Review
<gerrit@opnfv.org>
Mon, 5 Dec 2016 06:29:44 +0000
(06:29 +0000)
1
2
api/actions/env.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
api/actions/env.py
index
5ecb851
,
ea2ca5b
..
9e53dde
---
1
/
api/actions/env.py
---
2
/
api/actions/env.py
+++ b/
api/actions/env.py
@@@
-144,11
-61,11
+144,11
@@@
def _config_influxdb()
def _config_output_file():
- yardstick_utils.makedirs(
'/etc/yardstick'
)
- with open(
'/etc/yardstick/yardstick.conf'
, 'w') as f:
+ yardstick_utils.makedirs(
config.YARDSTICK_CONFIG_DIR
)
+ with open(
config.YARDSTICK_CONFIG_FILE
, 'w') as f:
f.write("""\
[DEFAULT]
- debug =
Tru
e
+ debug =
Fals
e
dispatcher = influxdb
[dispatcher_file]