stefano 2003/02/20 12:09:54
Modified: src/java/org/apache/cocoon/bean CocoonBean.java
Log:
default loglevel should be less verbose
Revision Changes Path
1.5 +2 -10 xml-cocoon2/src/java/org/apache/cocoon/bean/CocoonBean.java
Index: CocoonBean.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/bean/CocoonBean.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CocoonBean.java 3 Feb 2003 13:06:10 -0000 1.4
+++ CocoonBean.java 20 Feb 2003 20:09:54 -0000 1.5
@@ -151,7 +151,7 @@
this.workDir = workingDir;
this.configFile = configFile;
- setLogLevel("DEBUG");
+ setLogLevel("ERROR");
this.context = getDir(this.contextDir, "context");
this.work = getDir(workDir, "working");
@@ -297,14 +297,6 @@
//
// GETTERS AND SETTERS FOR CONFIGURATION PROPERTIES
//
-
- /**
- * Returns Cocoon version string
- * @return Cocoon version
- */
- public static String getVersion() {
- return Constants.VERSION;
- }
/**
* Set LogKit configuration file name
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]