Skip to content

Commit 006541c

Browse files
committedDec 23, 2011
Update documentation regarding logging levels
1 parent 9d0eb8e commit 006541c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎docbook/Admin_Guide/en-US/Configuration.xml

+27
Original file line numberDiff line numberDiff line change
@@ -3230,6 +3230,18 @@
32303230
Possible values include:
32313231

32323232
<variablelist>
3233+
<varlistentry>
3234+
<term>LOG_AJAX</term>
3235+
<listitem>
3236+
<para></para>
3237+
</listitem>
3238+
</varlistentry>
3239+
<varlistentry>
3240+
<term>LOG_DATABASE</term>
3241+
<listitem>
3242+
<para></para>
3243+
</listitem>
3244+
</varlistentry>
32333245
<varlistentry>
32343246
<term>LOG_EMAIL</term>
32353247
<listitem>
@@ -3247,8 +3259,23 @@
32473259
</para>
32483260
</listitem>
32493261
</varlistentry>
3262+
<varlistentry>
3263+
<term>LOG_FILTERING</term>
3264+
<listitem>
3265+
<para></para>
3266+
</listitem>
3267+
</varlistentry>
3268+
<varlistentry>
3269+
<term>LOG_LDAP</term>
3270+
<listitem>
3271+
<para>logs the details of LDAP operations</para>
3272+
</listitem>
3273+
</varlistentry>
32503274
</variablelist>
32513275
</para>
3276+
3277+
<para>Multiple logging levels can be specified by XOR'ing them, e.g.
3278+
<literal>LOG_EMAIL | LOG_EMAIL_RECIPIENT</literal></para>
32523279
</listitem>
32533280
</varlistentry>
32543281
<varlistentry>

0 commit comments

Comments
 (0)