remove clauses for logging
This commit is contained in:
@@ -3,12 +3,8 @@
|
||||
###############################################################################
|
||||
|
||||
global
|
||||
<% if @hy_log_local0 == true -%>
|
||||
log /var/log/haproxy.log local0
|
||||
<% end -%>
|
||||
<% if @hy_log_local1 == true -%>
|
||||
log /var/log/haproxy.log local1 notice
|
||||
<% end -%>
|
||||
<% if @hy_hard_stop == true -%>
|
||||
hard-stop-after <%= @hy_hard_stop_value %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user