Description
When creating a docker-compose.yml with verbose containers (like rabbitmq) the screen is swamped with verbose logging from that service.
i am now using the --no-attach to disable that logging to stdout, however it would be wonderful if it would be possible to set it at the service level in the docker-compose.yml file instead of manually write it every run.
thanks!