summaryrefslogtreecommitdiffstats
path: root/api/yardstick.ini
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-12-24 01:12:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-24 01:12:49 +0000
commit734a4d10e3d3efc0ed869771be56b3cbd9df7602 (patch)
tree2e3387ebda2005301549a051606f47e7b7901533 /api/yardstick.ini
parentca1bb41a5af846e150b8f4d87f336eec05ea21f8 (diff)
parent46858e3970bdbcb3026d85b9a640d3bd7f4cdd9a (diff)
Merge "Move uwsgi.log and yardstick.sock to proper location"
Diffstat (limited to 'api/yardstick.ini')
-rw-r--r--api/yardstick.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/yardstick.ini b/api/yardstick.ini
index 01025c2ef..2ba881fc1 100644
--- a/api/yardstick.ini
+++ b/api/yardstick.ini
@@ -12,5 +12,5 @@ chmod-socket = 666
callable = app
enable-threads = true
close-on-exec = 1
-daemonize=/home/opnfv/repos/yardstick/api/uwsgi.log
-socket = /home/opnfv/repos/yardstick/api/yardstick.sock
+daemonize= /var/log/yardstick/uwsgi.log
+socket = /var/run/yardstick.sock