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 c2bedf7

Browse files
committedDec 23, 2011
Update documentation regarding logging levels
1 parent 4fd5356 commit c2bedf7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎docbook/adminguide/en/configuration.sgml

+27
Original file line numberDiff line numberDiff line change
@@ -3029,6 +3029,18 @@
30293029
Possible values include:
30303030

30313031
<variablelist>
3032+
<varlistentry>
3033+
<term>LOG_AJAX</term>
3034+
<listitem>
3035+
<para></para>
3036+
</listitem>
3037+
</varlistentry>
3038+
<varlistentry>
3039+
<term>LOG_DATABASE</term>
3040+
<listitem>
3041+
<para></para>
3042+
</listitem>
3043+
</varlistentry>
30323044
<varlistentry>
30333045
<term>LOG_EMAIL</term>
30343046
<listitem>
@@ -3046,8 +3058,23 @@
30463058
</para>
30473059
</listitem>
30483060
</varlistentry>
3061+
<varlistentry>
3062+
<term>LOG_FILTERING</term>
3063+
<listitem>
3064+
<para></para>
3065+
</listitem>
3066+
</varlistentry>
3067+
<varlistentry>
3068+
<term>LOG_LDAP</term>
3069+
<listitem>
3070+
<para>logs the details of LDAP operations</para>
3071+
</listitem>
3072+
</varlistentry>
30493073
</variablelist>
30503074
</para>
3075+
3076+
<para>Multiple logging levels can be specified by XOR'ing them, e.g.
Has conversations. Original line has conversations.
3077+
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
30513078
</listitem>
30523079
</varlistentry>
30533080
<varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.