avast/gradle-docker-compose-plugin
Add captureContainersOutput per service
Offen
#438 geöffnet am 22.03.2024
help wanted
Repository-Metriken
- Stars
- (429 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 24T 11h) (2 gemergte PRs in 30 T)
Beschreibung
captureContainersOutput is very useful, but when I have docker-compose with up to 10 services, this switch simply explodes my console.
I think it would be nice to have option to enable containers output only for specified services, not for all at once.
Right now I deal with this problem by controlling log levels for each container individually, but this is really time consuming