Testing Python WebSocket isomorphic logging within Docker Containers
docker build -t docksock-example .
python server.py
# in a new tab
python client.py
This example realtime streams server side logs (both inside and outside the Docker container) to the client.
Much help from from this post