X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=juju%2Fclient%2Fconnection.py;h=69ac4253235fc6fdf2714034ecd613defffb7c18;hb=2ed7314a9ea1240883655bc521b6e27f149aa485;hp=aea1a1c78d9c6a1ef0638b9fb1867820096f5065;hpb=1bd3bd858aaf21ecccc64134c536d105c10b0d7e;p=osm%2FN2VC.git diff --git a/juju/client/connection.py b/juju/client/connection.py index aea1a1c..69ac425 100644 --- a/juju/client/connection.py +++ b/juju/client/connection.py @@ -73,7 +73,8 @@ class Connection: outgoing = json.dumps(msg, indent=2, cls=encoder) await self.ws.send(outgoing) result = await self.recv() - log.debug("send %s got %s", msg, result) + #log.debug("Send: %s", outgoing) + #log.debug("Recv: %s", result) if result and 'error' in result: raise RuntimeError(result) return result