Skip to content

Commit

Permalink
Correct instructions for configuring multiple logging levels.
Browse files Browse the repository at this point in the history
Thanks to dregad for spotting the problem.
  • Loading branch information
rombert committed Dec 29, 2011
1 parent c2bedf7 commit ce8f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docbook/adminguide/en/configuration.sgml
Expand Up @@ -3073,7 +3073,7 @@
</variablelist>
</para>

<para>Multiple logging levels can be specified by XOR'ing them, e.g.
<para>Multiple logging levels can be combined by using an inclusive or operator, e.g.
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit ce8f757

Please sign in to comment.