You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/10/10 15:30:22 UTC

svn commit: r312643 - in /cocoon/trunk/src/webapp/WEB-INF/properties: dev/core.properties prod/ prod/core.properties

Author: cziegeler
Date: Mon Oct 10 06:30:10 2005
New Revision: 312643

URL: http://svn.apache.org/viewcvs?rev=312643&view=rev
Log:
Add prod mode

Added:
    cocoon/trunk/src/webapp/WEB-INF/properties/prod/
    cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties   (with props)
Modified:
    cocoon/trunk/src/webapp/WEB-INF/properties/dev/core.properties

Modified: cocoon/trunk/src/webapp/WEB-INF/properties/dev/core.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/properties/dev/core.properties?rev=312643&r1=312642&r2=312643&view=diff
==============================================================================
--- cocoon/trunk/src/webapp/WEB-INF/properties/dev/core.properties (original)
+++ cocoon/trunk/src/webapp/WEB-INF/properties/dev/core.properties Mon Oct 10 06:30:10 2005
@@ -12,5 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-# Turn on lazy loading
-org.apache.cocoon.core.LazyMode=true
\ No newline at end of file
+
+# Turn on debug logging
+org.apache.cocoon.override.loglevel=DEBUG
\ No newline at end of file

Added: cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties?rev=312643&view=auto
==============================================================================
--- cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties (added)
+++ cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties Mon Oct 10 06:30:10 2005
@@ -0,0 +1,17 @@
+#  Copyright 1999-2005 The Apache Software Foundation
+#
+#  Licensed under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance with the License.
+#  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+# Turn off lazy loading
+org.apache.cocoon.core.LazyMode=false
\ No newline at end of file

Propchange: cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/src/webapp/WEB-INF/properties/prod/core.properties
------------------------------------------------------------------------------
    svn:keywords = Id