set the system property -Dlog4j.debug=true to see where the log4j configuration is being found, it appears that is is not picking the properties file that you expect. With that system property, log4j will trace the configuration resolution process.
On 16 August 2011 22:58, jessezbj <[email protected]> wrote: > I tried to set log4j.logger.org.apache.activemq=ERROR in log4j.properties > used by client code. > > > but the INFO message of successful connection always come out. > > > how to fix it? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-to-disable-ActiveMQ-5-4-2-failover-successful-connection-by-editing-log4j-properties-tp3748587p3748587.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- http://fusesource.com http://blog.garytully.com
