Can you set these two properties at your JDK? -Djava.util.logging.manager="$ARTEMIS_LOG_MANAGER" \ -Dlogging.configuration="$ARTEMIS_LOGGING_CONF"
On Thu, Jan 14, 2016 at 2:29 PM, Derek Mahar <derek.ma...@gmail.com> wrote: > How may I suppress the debug continuous stream of log messages that the > ActiveMQ Artemis embedded server generates? Some sample messages: > > 2016-01-14 09:51:09.066 [DEBUG] [Thread-6 > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] > [org.apache.activemq.artemis.core.server:1812] > QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl > [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 > doing deliver. messageReferences=0 > 2016-01-14 09:51:09.067 [DEBUG] [Thread-6 > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] > [org.apache.activemq.artemis.core.server:1812] > QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl > [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 > doing deliver. messageReferences=0 > 2016-01-14 09:51:10.067 [DEBUG] [Thread-15 > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] > [org.apache.activemq.artemis.core.server:1812] > QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl > [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 > doing deliver. messageReferences=0 > 2016-01-14 09:51:10.067 [DEBUG] [Thread-15 > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] > [org.apache.activemq.artemis.core.server:1812] > QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl > [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 > doing deliver. messageReferences=0 > > Thank you, > > Derek -- Clebert Suconic