Skip to content

Commit 8a6421e

Browse files
Update log related global params in doc examples
1 parent dcd42a9 commit 8a6421e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

modules/tls_mgm/doc/tls_mgm_admin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,8 @@ route{
13501350
<programlisting format="linespecific">
13511351
# ----------- global configuration parameters ------------------------
13521352
log_level=3
1353-
log_stderror=no
1353+
stderror_enabled=no
1354+
syslog_enabled=yes
13541355

13551356
check_via=no
13561357
dns=no

modules/tracer/doc/tracer_admin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ modparam("tracer", "trace_local_ip", "10.1.1.1")
189189
When the uri is <emphasis>syslog</emphasis>, it has to follow the following
190190
format: <emphasis>syslog[:FACILITY[:LEVEL]]</emphasis>. The default
191191
facility and levels are the ones used by &osips;
192-
(<emphasis>log_facility</emphasis> and <emphasis>log_level</emphasis>).
192+
(<emphasis>syslog_facility</emphasis> and <emphasis>log_level</emphasis>).
193193
These can be tuned using
194194
<xref linkend="param_syslog_default_facility"/> and
195195
<xref linkend="param_syslog_default_level"/> parameters.
@@ -247,7 +247,7 @@ modparam("tracer", "trace_id",
247247
</para>
248248
<para>
249249
<emphasis>
250-
Default value is the value of <emphasis>log_facility</emphasis>.
250+
Default value is the value of <emphasis>syslog_facility</emphasis>.
251251
</emphasis>
252252
</para>
253253
<example>

0 commit comments

Comments
 (0)