Update of /var/cvs/src/org/mmbase/util/logging
In directory james.mmbase.org:/tmp/cvs-serv14616
Modified Files:
Logging.java
Log Message:
log about logging configuraion on info a bit more consicely (on one line only)
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/logging
Index: Logging.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/logging/Logging.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Logging.java 24 Jul 2008 11:28:43 -0000 1.45
+++ Logging.java 13 Aug 2008 22:18:30 -0000 1.46
@@ -59,7 +59,7 @@
* </p>
*
* @author Michiel Meeuwissen
- * @version $Id: Logging.java,v 1.45 2008/07/24 11:28:43 michiel Exp $
+ * @version $Id: Logging.java,v 1.46 2008/08/13 22:18:30 michiel Exp $
*/
@@ -145,7 +145,7 @@
// machine for the dtd's without giving an error! This line might give
a hint
// where to search for these kinds of problems..
- log.info("Configuring logging with " + configFile + " (" +
resourceLoader.getResource(configFile) + ")");
+ log.debug("Configuring logging with " + configFile + " (" +
resourceLoader.getResource(configFile) + ")");
///System.out.println("(If logging does not start then dtd validation
might be a problem on your server)");
configWatcher.add(configFile);
@@ -180,7 +180,7 @@
}
- log.info("Class to use for logging " + classToUse);
+ log.info("Class to use for logging " + classToUse + " (" +
configuration + "). Configured in " + resourceLoader.getResource(configFile) +
".");
// System.out.println("(Depending on your selected logging system no
more logging");
// System.out.println("might be written to this file. See the
configuration of the");
// System.out.println("selected logging system for more hints where
logging will appear)");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs