crossley 02/01/09 00:18:12
Modified: src/documentation cocoon.xconf
src/webapp cocoon.xconf
src/webapp/resources/entities CatalogManager.properties
Log:
Set the verbosity level to the minimum, now that bug #5060 is fixed.
Revision Changes Path
1.2 +2 -1 xml-cocoon2/src/documentation/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/cocoon.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cocoon.xconf 3 Jan 2002 12:30:58 -0000 1.1
+++ cocoon.xconf 9 Jan 2002 08:18:12 -0000 1.2
@@ -106,12 +106,13 @@
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.)
+ TODO: determine all messages at each level
<parameter name="verbosity" value="2"/>
-->
<resolver class="org.apache.cocoon.components.resolver.ResolverImpl">
<parameter name="catalog" value="/resources/entities/catalog"/>
- <parameter name="verbosity" value="2"/>
+ <parameter name="verbosity" value="1"/>
</resolver>
<!-- XSLT Processor:
1.3 +2 -1 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon.xconf 4 Jan 2002 10:14:39 -0000 1.2
+++ cocoon.xconf 9 Jan 2002 08:18:12 -0000 1.3
@@ -118,13 +118,14 @@
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.)
+ TODO: determine all messages at each level
<parameter name="verbosity" value="2"/>
-->
<resolver class="org.apache.cocoon.components.resolver.ResolverImpl"
logger="core.resolver">
<parameter name="catalog" value="/resources/entities/catalog"/>
- <parameter name="verbosity" value="2"/>
+ <parameter name="verbosity" value="1"/>
</resolver>
<!-- XSLT Processor:
1.2 +4 -3
xml-cocoon2/src/webapp/resources/entities/CatalogManager.properties
Index: CatalogManager.properties
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/webapp/resources/entities/CatalogManager.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CatalogManager.properties 3 Jan 2002 12:31:43 -0000 1.1
+++ CatalogManager.properties 9 Jan 2002 08:18:12 -0000 1.2
@@ -1,7 +1,8 @@
# CatalogManager.properties
#
# This is the default properties file for Apache Cocoon. This facilitates local
-# configuration of application-specific catalogs.
+# configuration of application-specific catalogs. You can also use cocoon.xconf
+# to over-ride or supplement these settings.
#
# Apache Cocoon will automatically load a default catalog from
# webapps/cocoon/resources/entities/catalog
@@ -15,10 +16,10 @@
# 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.)
+# TODO: determine all messages at each level
#
-verbosity=2
+verbosity=1
# catalogs ... list of additional catalogs to load
# use full pathnames
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]