Skip to content

Commit

Permalink
update: log length
Browse files Browse the repository at this point in the history
  • Loading branch information
ojan authored Aug 11, 2017
1 parent f0834b7 commit e70e673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/haproxy/global.cfg.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if haproxy_global_log != false %}
{% for log in haproxy_global_log %}
log {{ log.address }} {{ log.facility }}{% if log.level is defined %} {{log.level }}{% endif %}{% if log.minlevel is defined %} {{ log.minlevel }}{% endif %}
log {{ log.address }}{% if log.length is defined %} len {{log.length }}{% endif %} {{ log.facility }}{% if log.level is defined %} {{log.level }}{% endif %}{% if log.minlevel is defined %} {{ log.minlevel }}{% endif %}

{% if log.format is defined %}
log-format {{ log.format }}
Expand Down

0 comments on commit e70e673

Please sign in to comment.