You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Derek Mahar <de...@gmail.com> on 2016/01/14 20:29:47 UTC

Suppress embedded server debug log messages?

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

Re: Suppress embedded server debug log messages?

Posted by Clebert Suconic <cl...@gmail.com>.
that's probably tracing meant for debugging.

On Thu, Jan 14, 2016 at 4:35 PM, Derek Mahar <de...@gmail.com> wrote:
> Yes, but it was only the server that was generating large numbers of
> repetitive "doing deliver" log messages.  Not entirely sure what those mean.
>
> On 14 January 2016 at 15:19, Clebert Suconic <cl...@gmail.com>
> wrote:
>
>> shouldn't you be at org.apache.activemq.artemis ?
>>
>> as journal, client and others could still be logging debug and trace?
>>
>> On Thu, Jan 14, 2016 at 3:16 PM, Derek Mahar <de...@gmail.com>
>> wrote:
>> > I managed to suppress the Artemis debug log messages by adding the line
>> >
>> > <logger name="org.apache.activemq.artemis.core.server" level="INFO" />
>> >
>> > to file "logback.xml" in our project.
>> >
>> > Derek
>> >
>> > On 14 January 2016 at 15:00, Derek Mahar <de...@gmail.com> wrote:
>> >
>> >> After reading
>> http://activemq.apache.org/artemis/docs/1.2.0/logging.html
>> >> and
>> >>
>> https://docs.jboss.org/hibernate/orm/4.3/topical/html/logging/Logging.html
>> ,
>> >> I think I can figure it out.  In our project, JBossLogging delegates to
>> >> Slf4j which in turn delegates to Logback, so in order to suppress the
>> >> Artemis debug log messages all I should have to do is introduce a
>> <logger> (
>> >> http://logback.qos.ch/manual/configuration.html#loggerElement) into the
>> >> Logback configuration of our application.  Will report the result.
>> >>
>> >> Derek
>> >>
>> >> On 14 January 2016 at 14:41, Clebert Suconic <clebert.suconic@gmail.com
>> >
>> >> wrote:
>> >>
>> >>> 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 <de...@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
>> >>>
>> >>
>>
>>
>>
>> --
>> Clebert Suconic
>>



-- 
Clebert Suconic

Re: Suppress embedded server debug log messages?

Posted by Derek Mahar <de...@gmail.com>.
Yes, but it was only the server that was generating large numbers of
repetitive "doing deliver" log messages.  Not entirely sure what those mean.

On 14 January 2016 at 15:19, Clebert Suconic <cl...@gmail.com>
wrote:

> shouldn't you be at org.apache.activemq.artemis ?
>
> as journal, client and others could still be logging debug and trace?
>
> On Thu, Jan 14, 2016 at 3:16 PM, Derek Mahar <de...@gmail.com>
> wrote:
> > I managed to suppress the Artemis debug log messages by adding the line
> >
> > <logger name="org.apache.activemq.artemis.core.server" level="INFO" />
> >
> > to file "logback.xml" in our project.
> >
> > Derek
> >
> > On 14 January 2016 at 15:00, Derek Mahar <de...@gmail.com> wrote:
> >
> >> After reading
> http://activemq.apache.org/artemis/docs/1.2.0/logging.html
> >> and
> >>
> https://docs.jboss.org/hibernate/orm/4.3/topical/html/logging/Logging.html
> ,
> >> I think I can figure it out.  In our project, JBossLogging delegates to
> >> Slf4j which in turn delegates to Logback, so in order to suppress the
> >> Artemis debug log messages all I should have to do is introduce a
> <logger> (
> >> http://logback.qos.ch/manual/configuration.html#loggerElement) into the
> >> Logback configuration of our application.  Will report the result.
> >>
> >> Derek
> >>
> >> On 14 January 2016 at 14:41, Clebert Suconic <clebert.suconic@gmail.com
> >
> >> wrote:
> >>
> >>> 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 <de...@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
> >>>
> >>
>
>
>
> --
> Clebert Suconic
>

Re: Suppress embedded server debug log messages?

Posted by Clebert Suconic <cl...@gmail.com>.
shouldn't you be at org.apache.activemq.artemis ?

as journal, client and others could still be logging debug and trace?

On Thu, Jan 14, 2016 at 3:16 PM, Derek Mahar <de...@gmail.com> wrote:
> I managed to suppress the Artemis debug log messages by adding the line
>
> <logger name="org.apache.activemq.artemis.core.server" level="INFO" />
>
> to file "logback.xml" in our project.
>
> Derek
>
> On 14 January 2016 at 15:00, Derek Mahar <de...@gmail.com> wrote:
>
>> After reading http://activemq.apache.org/artemis/docs/1.2.0/logging.html
>> and
>> https://docs.jboss.org/hibernate/orm/4.3/topical/html/logging/Logging.html,
>> I think I can figure it out.  In our project, JBossLogging delegates to
>> Slf4j which in turn delegates to Logback, so in order to suppress the
>> Artemis debug log messages all I should have to do is introduce a <logger> (
>> http://logback.qos.ch/manual/configuration.html#loggerElement) into the
>> Logback configuration of our application.  Will report the result.
>>
>> Derek
>>
>> On 14 January 2016 at 14:41, Clebert Suconic <cl...@gmail.com>
>> wrote:
>>
>>> 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 <de...@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
>>>
>>



-- 
Clebert Suconic

Re: Suppress embedded server debug log messages?

Posted by Derek Mahar <de...@gmail.com>.
I managed to suppress the Artemis debug log messages by adding the line

<logger name="org.apache.activemq.artemis.core.server" level="INFO" />

to file "logback.xml" in our project.

Derek

On 14 January 2016 at 15:00, Derek Mahar <de...@gmail.com> wrote:

> After reading http://activemq.apache.org/artemis/docs/1.2.0/logging.html
> and
> https://docs.jboss.org/hibernate/orm/4.3/topical/html/logging/Logging.html,
> I think I can figure it out.  In our project, JBossLogging delegates to
> Slf4j which in turn delegates to Logback, so in order to suppress the
> Artemis debug log messages all I should have to do is introduce a <logger> (
> http://logback.qos.ch/manual/configuration.html#loggerElement) into the
> Logback configuration of our application.  Will report the result.
>
> Derek
>
> On 14 January 2016 at 14:41, Clebert Suconic <cl...@gmail.com>
> wrote:
>
>> 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 <de...@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
>>
>

Re: Suppress embedded server debug log messages?

Posted by Derek Mahar <de...@gmail.com>.
After reading http://activemq.apache.org/artemis/docs/1.2.0/logging.html
and
https://docs.jboss.org/hibernate/orm/4.3/topical/html/logging/Logging.html,
I think I can figure it out.  In our project, JBossLogging delegates to
Slf4j which in turn delegates to Logback, so in order to suppress the
Artemis debug log messages all I should have to do is introduce a <logger> (
http://logback.qos.ch/manual/configuration.html#loggerElement) into the
Logback configuration of our application.  Will report the result.

Derek

On 14 January 2016 at 14:41, Clebert Suconic <cl...@gmail.com>
wrote:

> 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 <de...@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
>



-- 
Derek Mahar
1.514.316.6736 Home
1.514.316.7348 Mobile
1.514.461.3650 x230 Work
102-1365 boulevard René-Lévesque Est
Montréal QC H2L 2M1
Canada

Re: Suppress embedded server debug log messages?

Posted by Clebert Suconic <cl...@gmail.com>.
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 <de...@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