Remove excessive logs for topology show
Change-Id: I96be199fea6521c98d01aa8ab93637c3a742044e
This commit is contained in:
parent
61720c68e9
commit
6c24d20a31
@ -49,7 +49,6 @@ class TopologyController(RootRestController):
|
|||||||
|
|
||||||
if query:
|
if query:
|
||||||
query = json.loads(query)
|
query = json.loads(query)
|
||||||
|
|
||||||
LOG.info("query is %s", query)
|
LOG.info("query is %s", query)
|
||||||
|
|
||||||
return self.get_graph(graph_type, depth, query, root, all_tenants)
|
return self.get_graph(graph_type, depth, query, root, all_tenants)
|
||||||
@ -70,7 +69,7 @@ class TopologyController(RootRestController):
|
|||||||
query=query,
|
query=query,
|
||||||
root=root,
|
root=root,
|
||||||
all_tenants=all_tenants)
|
all_tenants=all_tenants)
|
||||||
LOG.info(graph_data)
|
LOG.debug(graph_data)
|
||||||
graph = json.loads(graph_data)
|
graph = json.loads(graph_data)
|
||||||
if graph_type == 'graph':
|
if graph_type == 'graph':
|
||||||
return graph
|
return graph
|
||||||
|
Loading…
Reference in New Issue
Block a user