recommit for updates in build 249

This commit is contained in:
Jenkins ConfDroid
2025-02-14 13:27:42 +01:00
parent f02eacdf00
commit 338cfb4e3b

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>&#39;/dev/log local0&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;127.0.0.1:514 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>&#39;/dev/log local1 notice&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;127.0.0.1:514 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 = &#39;/dev/log local0&#39;, $hy_log_local0 = &#39;127.0.0.1:514 local0&#39;,
$hy_log_local1 = &#39;/dev/log local1 notice&#39;, $hy_log_local1 = &#39;127.0.0.1:514 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;,