New features
- ([305](https://github.com/filipsnastins/tomodachi-testcontainers/pull/305))
Adds `<CONTAINER-NAME>_TESTCONTAINER_DISABLE_LOGGING` environment variable
to selectively disable logging capture and forwarding for specific containers.
The use case is that some containers, like Moto, output logs that are not immediately useful for debugging.
Example usage: `MOTO_TESTCONTAINER_DISABLE_LOGGING=1`.