[
https://issues.apache.org/jira/browse/ARTEMIS-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950067#comment-15950067
]
ASF GitHub Bot commented on ARTEMIS-1083:
-----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/1163
ARTEMIS-1083 fix errant WARN message
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1083
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1163.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1163
----
commit 5a93aa9b76dd7356ff989e90971a7daf75ee9f93
Author: Justin Bertram <[email protected]>
Date: 2017-03-30T23:34:21Z
ARTEMIS-1083 fix errant WARN message
----
> WARNS are printed on start when no native persister is found for certain
> protocols
> ----------------------------------------------------------------------------------
>
> Key: ARTEMIS-1083
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1083
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Martyn Taylor
> Fix For: 2.next
>
>
> We should downgrade these logs to INFO only. WARN may cause concern to
> users, when this is normal behaviour.
> 08:58:17,000 INFO [org.apache.activemq.artemis.core.server] AMQ221043:
> Protocol module found: [artemis-amqp-protocol]. Adding protocol support for:
> AMQP
> 08:58:17,004 INFO [org.apache.activemq.artemis.core.server] AMQ221043:
> Protocol module found: [artemis-hornetq-protocol]. Adding protocol support
> for: HORNETQ
> 08:58:17,007 WARN
> [org.apache.activemq.artemis.spi.core.protocol.MessagePersister] Cannot find
> persister for
> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@72f926e6
> 08:58:17,008 INFO [org.apache.activemq.artemis.core.server] AMQ221043:
> Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for:
> MQTT
> 08:58:17,011 WARN
> [org.apache.activemq.artemis.spi.core.protocol.MessagePersister] Cannot find
> persister for
> org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManagerFactory@41fbdac4
> 08:58:17,011 INFO [org.apache.activemq.artemis.core.server] AMQ221043:
> Protocol module found: [artemis-openwire-protocol]. Adding protocol support
> for: OPENWIRE
> 08:58:17,015 WARN
> [org.apache.activemq.artemis.spi.core.protocol.MessagePersister] Cannot find
> persister for
> org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManagerFactory@243c4f91
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)