Skip to content

Commit

Permalink
chore: dump all traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 22, 2024
1 parent 0586dac commit 807a670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions juju/client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ async def rpc(self, msg, encoder=None):
log.error('RPC: Automatic reconnect failed')
raise
result = await self._recv(msg['request-id'])
log.warning("DUMP\n%s\n%s\n", outgoing, result)
log.debug('connection id : {} <--- {}'.format(id(self), result))

if not result:
Expand Down

0 comments on commit 807a670

Please sign in to comment.