recommit for updates in build 248

This commit is contained in:
Jenkins ConfDroid
2025-02-14 13:19:25 +01:00
parent 50c11f1d21
commit ba33aaa5dd

View File

@@ -758,7 +758,7 @@ succeed.</p>
<span class='type'>(<tt>Any</tt>)</span> <span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em> <em class="default">(defaults to: <tt>&#39;/dev/log local0&#39;</tt>)</em>
</li> </li>
@@ -771,7 +771,7 @@ succeed.</p>
<span class='type'>(<tt>Any</tt>)</span> <span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em> <em class="default">(defaults to: <tt>&#39;/dev/log local1 notice&#39;</tt>)</em>
</li> </li>
@@ -935,8 +935,8 @@ $hy_user_home = &#39;/var/lib/haproxy&#39;,
$hy_user_shell = &#39;/sbin/nologin&#39;, $hy_user_shell = &#39;/sbin/nologin&#39;,
# logging # logging
$hy_log_local0 = true, $hy_log_local0 = &#39;/dev/log local0&#39;,
$hy_log_local1 = true, $hy_log_local1 = &#39;/dev/log local1 notice&#39;,
$hy_log_target = &#39;127.0.0.1&#39;, $hy_log_target = &#39;127.0.0.1&#39;,
$hy_log_facility = &#39;local2&#39;, $hy_log_facility = &#39;local2&#39;,
$hy_log_default = &#39;global&#39;, $hy_log_default = &#39;global&#39;,