You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to get a full transcript of all messages sent.
We have to be careful (especially on the server side) not to just call print or write to stdout, since that will break the protocol, so having a logging framework makes sense.
On the client side, we should distinguish the logs between each server connection - maybe with separate files per server connection.