docker-compose: can’t see container logs produced by Python logger.info and print() messages, for an application run inside a container
I prepare this very simple docker-compose file, so I can test out if my hello_world.py’s logs are being sent to
Continue reading