Skip to content

Commit

Permalink
Merge pull request #73 from tgeywitz-transporeon/log_format_frontend_…
Browse files Browse the repository at this point in the history
…listen

Make log-format configurable for listen config
  • Loading branch information
goldyfruit authored Jul 26, 2023
2 parents 8c8b237 + b247012 commit 85235ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/etc/haproxy/haproxy-listen.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ listen {{ name }}
use_backend {{ use_backend }}
{% endfor %}
{% endif %}
{% if value.log_formats is defined %}
{% for log_format in value.log_formats %}
log-format {{ log_format }}
{% endfor %}
{% endif %}
{% endfor %}

{% endfor %}
Expand Down

0 comments on commit 85235ba

Please sign in to comment.