- Move config from Python to Node
- Also log responses
- Only log request/response object properties in Node, as logging them
in both Node and Python is redundant
- Error-out if Node listen config is missing
- For convenience, make PeerClient copy setting properties from
ClientManager instead of referencing them
Make the bridge module auto-reconnect to the node module in case the
latter ever crashes (or is started after the bridge module).
Also work towards more holistic auto-reconnect logic in general.