Author: remm
Date: Thu Jul 16 07:58:03 2015
New Revision: 1691328
URL: http://svn.apache.org/r1691328
Log:
Decrease log level since it isn't very useful.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java?rev=1691328&r1=1691327&r2=1691328&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java Thu Jul
16 07:58:03 2015
@@ -194,8 +194,8 @@ public class StoreLoader {
String configUrl = getConfigUrl();
if (configUrl != null) {
is = (new URL(configUrl)).openStream();
- if (log.isInfoEnabled())
- log.info("Find registry server-registry.xml from system
property at url "
+ if (log.isDebugEnabled())
+ log.debug("Find registry server-registry.xml from system
property at url "
+ configUrl);
registryResource = new URL(configUrl);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]