comment out service rsyslog
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
global
|
global
|
||||||
<% if @hy_log_local0 == true -%>
|
<% if @hy_log_local0 == true -%>
|
||||||
log /dev/log local0
|
log /var/log/haproxy.log local0
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @hy_log_local1 == true -%>
|
<% if @hy_log_local1 == true -%>
|
||||||
log /dev/log local1 notice
|
log /var/log/haproxy.log local1 notice
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @hy_hard_stop == true -%>
|
<% if @hy_hard_stop == true -%>
|
||||||
hard-stop-after <%= @hy_hard_stop_value %>
|
hard-stop-after <%= @hy_hard_stop_value %>
|
||||||
|
|||||||
Reference in New Issue
Block a user