indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

docker-compose debug mode support #191

Open samuelbernardolip opened 1 year ago

samuelbernardolip commented 1 year ago

Print more verbose logs when running docker-compose --verbose commands. Display this logs when debug level >= 10 since this can bring to much verbosity to JePL logs.

https://docs.docker.com/engine/reference/commandline/compose/