Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce8f757

Browse files
committedDec 29, 2011
Correct instructions for configuring multiple logging levels.
Thanks to dregad for spotting the problem.
1 parent c2bedf7 commit ce8f757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docbook/adminguide/en/configuration.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@
30733073
</variablelist>
30743074
</para>
30753075

3076-
<para>Multiple logging levels can be specified by XOR'ing them, e.g.
3076+
<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.
30773077
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
30783078
</listitem>
30793079
</varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.