You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2017/03/22 16:35:41 UTC

qpid-dispatch git commit: DISPATCH-597 - Changed topology-related logs from trace to info.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 0c6359981 -> 801b5908a


DISPATCH-597 - Changed topology-related logs from trace to info.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/801b5908
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/801b5908
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/801b5908

Branch: refs/heads/master
Commit: 801b5908a9532f3cdc57a0151b42956889f76ab7
Parents: 0c63599
Author: Ted Ross <tr...@redhat.com>
Authored: Wed Mar 22 12:34:01 2017 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Wed Mar 22 12:34:01 2017 -0400

----------------------------------------------------------------------
 python/qpid_dispatch_internal/router/node.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/801b5908/python/qpid_dispatch_internal/router/node.py
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch_internal/router/node.py b/python/qpid_dispatch_internal/router/node.py
index a9af3c6..b6c26cb 100644
--- a/python/qpid_dispatch_internal/router/node.py
+++ b/python/qpid_dispatch_internal/router/node.py
@@ -149,9 +149,9 @@ class NodeTracker(object):
             for node_id, node in self.nodes.items():
                 collection[node_id] = node.link_state
             next_hops, costs, valid_origins = self.container.path_engine.calculate_routes(collection)
-            self.container.log_ls(LOG_TRACE, "Computed next hops: %r" % next_hops)
-            self.container.log_ls(LOG_TRACE, "Computed costs: %r" % costs)
-            self.container.log_ls(LOG_TRACE, "Computed valid origins: %r" % valid_origins)
+            self.container.log_ls(LOG_INFO, "Computed next hops: %r" % next_hops)
+            self.container.log_ls(LOG_INFO, "Computed costs: %r" % costs)
+            self.container.log_ls(LOG_INFO, "Computed valid origins: %r" % valid_origins)
 
             ##
             ## Update the next hops and valid origins for each node


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