X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Froles%2Fconfigure_uwsgi%2Ftemplates%2Fyardstick.ini.j2;h=1890f16f9b81afa452a2f63e3649bebf50ca1b99;hb=b972b3c9d5d32276ea5845dabc6d5192ef53135f;hp=044f42acb61088fad5560faa1f628075496ded18;hpb=42d82c8766fc449e4f495ce0d727ea3499a8b6de;p=yardstick.git diff --git a/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2 b/ansible/roles/configure_uwsgi/templates/yardstick.ini.j2 index 044f42acb..1890f16f9 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 +{{ uwsgi_log }} = {{ log_dir }}/uwsgi.log socket = {{ socket_file }} {# If virtual environment, we need to add: virtualenv = #}