Update of /var/cvs/documentation/administrators
In directory james.mmbase.org:/tmp/cvs-serv15561
Modified Files:
configuration.xml
Log Message:
added some information about 'special' loggers
See also: http://cvs.mmbase.org/viewcvs/documentation/administrators
Index: configuration.xml
===================================================================
RCS file: /var/cvs/documentation/administrators/configuration.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- configuration.xml 23 Sep 2008 07:27:56 -0000 1.32
+++ configuration.xml 30 Jan 2009 20:54:23 -0000 1.33
@@ -7,7 +7,7 @@
<date>2006-06-24</date>
- <edition>$Id: configuration.xml,v 1.32 2008/09/23 07:27:56 michiel Exp
$</edition>
+ <edition>$Id: configuration.xml,v 1.33 2009/01/30 20:54:23 michiel Exp
$</edition>
<authorgroup>
<author>
@@ -779,7 +779,7 @@
little like name-spaces. This means that "A.B.C" is in the "A.B"
category, and "A.B" is in the category "A".</para>
- <para>In MMBase it was chosen that categories fall together with Java
+ <para>In MMBase it was chosen that most categories fall together with
Java
class / package names. So if you want to set logging level for
everything related with the security implementation you have to set
the category "org.mmbase.security". All MMBase classes/packages can be
@@ -876,6 +876,42 @@
rotated), layouts etc).</para>
</section>
</section>
+ <section id="special_loggers">
+ <title>Special loggers</title>
+ <para>
+ The following special loggers (not directly corresponding with a java
class) are recognized.
+ <variablelist>
+ <varlistentry>
+ <term>STDERR</term>
+ <listitem>
+ <para>If this is set to a lower level then FATAL, then all
System.stder is redirected to this logger</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>org.mmbase.QUERIES</term>
+ <listitem>
+ <para>All fired queries are logged to this logger (and a few
'sub loggers' like org.mmbase.QUERIES.SELECT)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>org.mmbase.PAGE</term>
+ <listitem>
+ <para>If you use mmbase taglib, the start end end of page, as
detected by this taglib ar elogged to this logger.
+ Also, if you use the mm:log tag, then this will be logged to
this logger.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>org.mmbase.SERVLETS</term>
+ <listitem>
+ <para>If you use mmbase taglib, the start end end of page, as
detected by this taglib ar elogged to this logger.
+ Also, if you use the mm:log tag, then this will be logged to
this logger.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </section>
</section>
<section id="caches">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs