added various log messages to help with correcting issues, added some for adding tunnels that fixes p2p with distributed core, but teardown for p2p is still broken
This commit is contained in:
parent
e2a932698c
commit
350341cda7
6 changed files with 56 additions and 13 deletions
|
@ -962,7 +962,7 @@ def get_endpoints(network_object):
|
|||
if ep is not None:
|
||||
endpoints.append(ep)
|
||||
except:
|
||||
logger.exception("error geting enpoints")
|
||||
logger.exception("error geting endpoints, was skipped before")
|
||||
|
||||
return endpoints
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue