diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-07-13 02:32:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-13 02:32:02 +0000 |
commit | 8d4aeadbd2a9dd7f0b8371dc53de5f4b372800b0 (patch) | |
tree | 110be36c26ec7542765f1b5d635c1555b416b25c /ansible | |
parent | 70e0f379bffcd0837fea69bdac5e9148270e257b (diff) | |
parent | 5c414e6d7e1fd830021b3b89932bf187d0c7e5cf (diff) |
Merge "Make uwsgi app to not demonize"
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/configure_uwsgi/templates/yardstick.ini.j2 | 2 |
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> #} |