I have logs generated by Active MQ in my application logger (server & client
sides). Is there a way to specify which level of logging Active MQ will use?
I am currently seing DEBUG logs that I would like to be removed from my app
logs. 
See examples of logs below:

Log generated by my app. server side (Producer)
2006-05-02 14:57:43,028 DEBUG Thread: [tcp://localhost/127.0.0.1:52471]
TCP consumer thread starting
MDC context=
From:
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:132)

Log generated by my app. client side (Consumer)
2006-05-02 14:58:45,077 DEBUG Thread: [main]
Sending message: ActiveMQTextMessage {commandId=0, responseRequired=false,
messageId=ID:JEROMEM-1-23
...
MDC context=
From: org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1510)
--
View this message in context: 
http://www.nabble.com/Log-level-controls-t1545194.html#a4197510
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to