psmith 2004/07/20 15:20:31
Modified: src/java/org/apache/log4j/xml Log4jEntityResolver.java
Log:
changed LogLog level to be debug. This method is getting called a LOT when you read
in
an XML file inside Chainsaw, and Debug seems more appropriate. I think.
Revision Changes Path
1.6 +1 -1
logging-log4j/src/java/org/apache/log4j/xml/Log4jEntityResolver.java
Index: Log4jEntityResolver.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/xml/Log4jEntityResolver.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Log4jEntityResolver.java 31 May 2004 21:31:56 -0000 1.5
+++ Log4jEntityResolver.java 20 Jul 2004 22:20:31 -0000 1.6
@@ -34,7 +34,7 @@
* */
public class Log4jEntityResolver implements EntityResolver {
public InputSource resolveEntity(String publicId, String systemId) {
- LogLog.info("Log4jEntityResolver.resolveEntity("+publicId+","+systemId+")
called");
+ LogLog.debug("Log4jEntityResolver.resolveEntity("+publicId+","+systemId+")
called");
if (systemId.endsWith("log4j.dtd")) {
Class clazz = getClass();
InputStream in =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]