1 bind = '0.0.0.0:{{ MONASCA_CONTAINER_LOG_API_PORT }}' 2 proc_name = 'monasca-log-api' 3 4 backlog = {{ GUNICORN_BACKLOG | int }} 5 workers = {{ GUNICORN_WORKERS | int }} 6 worker_class = '{{ GUNICORN_WORKER_CLASS }}' 7 timeout = {{ GUNICORN_TIMEOUT | int }} 8 9 {% if ADD_ACCESS_LOG == true %} 10 accesslog = '-' 11 access_log_format = '{{ ACCESS_LOG_FIELDS }}' 12 {% endif %} 13 capture_output = True