On 5/2/06, jeromem <[EMAIL PROTECTED]> wrote:
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?
We use jakarta commons logging to control the logging levels. http://jakarta.apache.org/commons/logging/ If you have log4j on the classpath then you can use that to configure the logging levels (e.g. see the log4j.properties file in the binary distro in the conf directory). -- James ------- http://radio.weblogs.com/0112098/
