avast/gradle-docker-compose-plugin
Suggestion - use --no-log-prefix when captureContainersOutputToFiles is specified
开放
#465 创建于 2024年11月14日
help wanted
仓库指标
- 星标
- (429 个星标)
- PR 合并指标
- (平均合并 24天 11小时) (30 天内合并 2 个 PR)
描述
When using captureContainersOutputToFiles, the plugin generates a log file per service, which makes the the log prefix redundant and the logs harder to read. Could we pass --no-log-prefix in that case or at least provide a logsAdditionalArgs setting to make that possible?