Hello,

Is it possible to enabled debug logging in AjaxServlet and messageServlet to
verify Ajax client? 
I tried to add 

log4j.logger.org.apache.activemq=DEBUG

in log4j.properties but it didn't help. I also tried to add 

<init-param>
      <param-name>debug</param-name>
      <param-value>2</param-value>
    </init-param>
        <init-param>
      <param-name>detail</param-name>
      <param-value>2</param-value>
    </init-param>

in web.xml section for the servlets but again without results.
-- 
View this message in context: 
http://www.nabble.com/How-to-enable-logging-in-AjaxServlet%2C-messageServlet-tp19548328p19548328.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to