clebertsuconic commented on code in PR #4009:
URL: https://github.com/apache/activemq-artemis/pull/4009#discussion_r845155383
##########
artemis-jms-client/src/main/java/org/apache/activemq/artemis/uri/TCPSchema.java:
##########
@@ -83,7 +83,7 @@ private void
checkIgnoredQueryFields(ActiveMQConnectionFactory factory, Map<Stri
if (!key.equals("ha") && !key.equals("type") &&
!TransportConstants.ALLOWABLE_CONNECTOR_KEYS.contains(key) &&
!factoryProperties.containsKey(key)) {
- ActiveMQClientLogger.LOGGER.connectionFactoryParameterIgnored(key);
+ ActiveMQClientLogger.LOGGER.connectionFactoryExtraParameter(key);
Review Comment:
just define a logger on TCPSchema, can call logger.debug here directly...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]