NSX|V3: Remove unnecessary debug message

This debug message almost fill in the whole neutron server log,
especially when the api_worers is 8. It is hard for debugging
if the real issue happens, and this message is not necessary.

Change-Id: I30a40ccdd31d7652b740b6c7db6f97d7cfcf6cfa
This commit is contained in:
Zhenmei 2016-08-25 03:43:02 -04:00 committed by garyk
parent 38c163b3e1
commit ca25d32d3d
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ class ClusteredAPI(object):
with endpoint.pool.item() as conn:
self._http_provider.validate_connection(self, endpoint, conn)
endpoint.set_state(EndpointState.UP)
LOG.debug("Validated API cluster endpoint: %s", endpoint)
except Exception as e:
endpoint.set_state(EndpointState.DOWN)
LOG.warning(_LW("Failed to validate API cluster endpoint "