[
https://issues.apache.org/jira/browse/ARTEMIS-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950139#comment-15950139
]
ASF subversion and git services commented on ARTEMIS-1083:
----------------------------------------------------------
Commit 5a93aa9b76dd7356ff989e90971a7daf75ee9f93 in activemq-artemis's branch
refs/heads/master from [~jbertram]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=5a93aa9 ]
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
> Assignee: Justin Bertram
> 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)