crossley 02/01/02 16:39:05
Modified: documentation cocoon.xconf
webapp cocoon.xconf
webapp/resources/entities CatalogManager.properties
Log:
Tweaked internal doco about verbosity levels for the entity resolver.
Revision Changes Path
1.7 +2 -1 xml-cocoon2/documentation/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/documentation/cocoon.xconf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cocoon.xconf 27 Nov 2001 06:22:57 -0000 1.6
+++ cocoon.xconf 3 Jan 2002 00:39:04 -0000 1.7
@@ -99,12 +99,13 @@
verbosity:
The level of messages for status/debug (messages go to standard output)
- 0 (none) .. 3 (maximum)
The following messages are provided ...
0 = none
1 = ? (... not sure yet)
2 = 1+, Loading catalog, Resolved public, Resolved system
3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+ 10 = 3+, List all catalog entries when loading a catalog
+ (Cocoon also logs the "Resolved public" messages.)
<parameter name="verbosity" value="2"/>
-->
1.49 +2 -1 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- cocoon.xconf 23 Dec 2001 09:58:34 -0000 1.48
+++ cocoon.xconf 3 Jan 2002 00:39:05 -0000 1.49
@@ -106,12 +106,13 @@
verbosity:
The level of messages for status/debug (messages go to standard output)
- 0 (none) .. 3 (maximum)
The following messages are provided ...
0 = none
1 = ? (... not sure yet)
2 = 1+, Loading catalog, Resolved public, Resolved system
3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+ 10 = 3+, List all catalog entries when loading a catalog
+ (Cocoon also logs the "Resolved public" messages.)
<parameter name="verbosity" value="2"/>
-->
1.9 +2 -1 xml-cocoon2/webapp/resources/entities/CatalogManager.properties
Index: CatalogManager.properties
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/resources/entities/CatalogManager.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- CatalogManager.properties 15 Nov 2001 07:22:02 -0000 1.8
+++ CatalogManager.properties 3 Jan 2002 00:39:05 -0000 1.9
@@ -9,13 +9,14 @@
# See the documentation (catalog.html).
# verbosity ... level of messages for status/debug (messages go to STDOUT)
-# 0 (none) .. 3 (maximum)
# The following messages are provided ...
# 0 = none
# 1 = ?
# 2 = 1+, Loading catalog, Resolved public, Resolved system
# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+# 10 = 3+, List all catalog entries when loading a catalog
# TODO: determine all messages at each level
+# (Cocoon also logs the "Resolved public" messages.)
#
verbosity=2
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]