How do I change the logging

We use commons-logging to log information in the broker client and the broker itself so you can fully configure which logging levels are used and whether to log to files or the console etc. For more information see the log4j manual..

You can disable the ActiveMQ logging by editing the conf/log4j.properties file to disable all INFO level logging for activemq by adding this line

log4j.logger.org.apache.activemq=WARN

or to disable stdout logging all together change this line

log4j.rootLogger=INFO, stdout, out

to

log4j.rootLogger=INFO, out
Graphic Design By Hiram