aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2018-07-13 02:32:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-13 02:32:02 +0000
commit8d4aeadbd2a9dd7f0b8371dc53de5f4b372800b0 (patch)
tree110be36c26ec7542765f1b5d635c1555b416b25c /ansible/roles
parent70e0f379bffcd0837fea69bdac5e9148270e257b (diff)
parent5c414e6d7e1fd830021b3b89932bf187d0c7e5cf (diff)
Merge "Make uwsgi app to not demonize"
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/configure_uwsgi/templates/yardstick.ini.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2 b/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2
index 044f42acb..495febb19 100644
--- a/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2
+++ b/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2
@@ -12,7 +12,7 @@ chmod-socket = 666
callable = app_wrapper
enable-threads = true
close-on-exec = 1
-daemonize = {{ log_dir }}uwsgi.log
+logto = {{ log_dir }}/uwsgi.log
socket = {{ socket_file }}
{# If virtual environment, we need to add:
virtualenv = <virtual_env> #}