avast/gradle-docker-compose-plugin

Suggestion - use --no-log-prefix when captureContainersOutputToFiles is specified

Open

#465 opened on Nov 14, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Groovy (103 forks)batch import
help wanted

Repository metrics

Stars
 (429 stars)
PR merge metrics
 (Avg merge 24d 11h) (2 merged PRs in 30d)

Description

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?

Contributor guide