[Yanel-commits] rev 59549 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Sat Jul 23 12:52:21 CEST 2011


Author: michi
Date: 2011-07-23 12:52:21 +0200 (Sat, 23 Jul 2011)
New Revision: 59549

Modified:
   public/yanel/trunk/conf/log4j.properties
Log:
note about connection timeout added, whereas not necessary if activeMQ does not run at all

Modified: public/yanel/trunk/conf/log4j.properties
===================================================================
--- public/yanel/trunk/conf/log4j.properties	2011-07-23 10:50:11 UTC (rev 59548)
+++ public/yanel/trunk/conf/log4j.properties	2011-07-23 10:52:21 UTC (rev 59549)
@@ -62,6 +62,8 @@
 log4j.appender.jms.password=
 log4j.appender.jms.username=
 log4j.appender.jms.url=tcp://localhost:61616
+# INFO: See http://activemq.apache.org/tcp-transport-reference.html
+#log4j.appender.jms.url=tcp://localhost:61616?connectionTimeout=3000
 
 # DEPRECATED (because one had to restart the Log4jConverter bundle inside Felix manually)
 #log4j.appender.jms=org.apache.log4j.net.JMSAppender
@@ -83,6 +85,7 @@
 
 # Exceptions to the above rules
 log4j.category.org.wyona.yarep.core.Repository=INFO
+log4j.category.org.wyona.yanel.core.ResourceTypeRegistry=DEBUG
 log4j.category.com.wyona.yanelboost.log4jappender.ActiveMQAppender=DEBUG
 # Makes Jelly errors visible, but do not use in production, because it also generates a lot of debug messages
 #log4j.category.org.apache.commons.jelly.impl.TagScript=TRACE



More information about the Yanel-commits mailing list