Skip to content

Commit

Permalink
Update documentation regarding logging levels
Browse files Browse the repository at this point in the history
  • Loading branch information
rombert committed Dec 23, 2011
1 parent 4fd5356 commit c2bedf7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docbook/adminguide/en/configuration.sgml
Expand Up @@ -3029,6 +3029,18 @@
Possible values include:

<variablelist>
<varlistentry>
<term>LOG_AJAX</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>LOG_DATABASE</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>LOG_EMAIL</term>
<listitem>
Expand All @@ -3046,8 +3058,23 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>LOG_FILTERING</term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry>
<term>LOG_LDAP</term>
<listitem>
<para>logs the details of LDAP operations</para>
</listitem>
</varlistentry>
</variablelist>
</para>

<para>Multiple logging levels can be specified by XOR'ing them, e.g.

This comment has been minimized.

Copy link
@dregad

dregad Dec 24, 2011

Member

This is inaccurate - it's an inclusive OR, not a XOR (which would mean that log options are mutually exclusive, and it's not the case - they can be combined). It is also in contradiction with the example on the next line ("|" operator)

This comment has been minimized.

Copy link
@rombert

rombert Dec 29, 2011

Author Member

Good catch, thanks.

<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down

0 comments on commit c2bedf7

Please sign in to comment.