I'd like to be able to do something like: ``` docker-compose logs --exit ``` where the all the logs are displayed, and then the program exits w a 0. Currently, the `logs` command blocks, which makes it difficult to use from CI. Thoughts?