testcontainers / testcontainers-node

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.com
MIT License
1.87k stars 183 forks source link

Cannot enable verbose mode for ryuk #830

Open FelixZY opened 1 month ago

FelixZY commented 1 month ago

Ryuk supports verbose output via the RYUK_VERBOSE envvar. It should be possible to request this verbose output somehow.

I would suggest automatically enabling verbose output when enabling verbose output via DEBUG, alternatively adding TESTCONTAINERS_RYUK_VERBOSE to the list of supported configuration variables

Environment Information