avast/gradle-docker-compose-plugin

Add captureContainersOutput per service

开放

#438 创建于 2024年3月22日

 (1 条评论) (0 个反应) (0 位负责人)Groovy (103 个派生)batch import
help wanted

仓库指标

星标
 (429 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 2 个 PR)

描述

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

贡献者指南