testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Feature: Stream stdout and stderr via logging module

Open asafm opened this issue 1 year ago • 0 comments

In testcontainers-java, the stdout and stderr of the container are streamed to slf4j, making it easy to follow up on the logs of the containers as the test progresses. It's really useful when container takes time to start (waiting for the condition).

I think it's beneficial to have same feature in testcontainers python

asafm avatar Dec 19 '24 10:12 asafm