Cool beans! The log4j used is, according to the trace, the one for my
application...
log4j: Trying to find [log4j.xml] using context classloader
sun.misc.Launcher$AppClassLoader@51f12c4e.
log4j: Trying to find [log4j.xml] using
sun.misc.Launcher$AppClassLoader@51f12c4e class loader.
log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().
log4j: Trying to find [log4j.properties] using context classloader
sun.misc.Launcher$AppClassLoader@51f12c4e.
log4j: Using URL
[file:/data/home/degenaro/workspace/org.apache.ducc.jm/bin/log4j.properties]
for automatic log4j configuration.
log4j: Reading configuration from URL
file:/data/home/degenaro/workspace/org.apache.ducc.jm/bin/log4j.properties
log4j: Parsing for [root] with value=[INFO, A1].
log4j: Level token is [INFO].
log4j: Category root set to INFO
log4j: Parsing appender named "A1".
log4j: Parsing layout options for "A1".
log4j: Setting property [conversionPattern] to [%d %m%n].
log4j: End of parsing for "A1".
log4j: Parsed "A1" options.
log4j: Finished configuring.
May 9, 2011 9:37:22 AM
org.apache.activemq.transport.failover.FailoverTransport doReconnect
INFO: Successfully connected to tcp://localhost:61616
but the part for ActiveMQ
org.apache.activemq.transport.failover.FailoverTransport.level=ERROR
seems to be ignored, even though it's included (at the bottom) of my
properties file (see previous append).
Is there something more I need to specify?
Thanks.
Lou.
--
View this message in context: http://activemq.2283324.n4.nabble.com/Hide-ActiveMQ-log4j-messages-tp3506729p3509308.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
|