You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/10/31 18:11:28 UTC

qpid-jms git commit: QPIDJMS-336: change level on new logging to debug

Repository: qpid-jms
Updated Branches:
  refs/heads/master b8bdec81b -> 5987a021f


QPIDJMS-336: change level on new logging to debug


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5987a021
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5987a021
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5987a021

Branch: refs/heads/master
Commit: 5987a021ffe4528d22ad033c2ca817a8ff148d67
Parents: b8bdec8
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Oct 31 18:06:29 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Oct 31 18:06:29 2017 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/failover/FailoverProvider.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5987a021/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
index 5e381f0..1c6a2bb 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
@@ -869,7 +869,7 @@ public class FailoverProvider extends DefaultProviderListener implements Provide
                     // as it is meant for the failover nodes. The pool will de-dup if it is.
                     newRemotes.add(0, connectedURI);
                     try {
-                        LOG.info("Replacing uris:{} with new set: {}", uris, newRemotes);
+                        LOG.debug("Replacing uris:{} with new set: {}", uris, newRemotes);
                         uris.replaceAll(newRemotes);
                     } catch (Throwable err) {
                         LOG.warn("Error while attempting to add discovered URIs: {}", alternates);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org