Docker-compose logs in the build log
Answered
I use docker-compose a lot when building / running tests. The problem is the docker logs are not visible in the build log in the UI, so if something goes wrong in docker-compose environment I will need to go into the build server manually to check those logs.
Is there a way to output docker logs into the build log?
Thanks
Please sign in to leave a comment.
Hello Alex,
In the current implementation, docker-compose output would only hit the build log in case of its failure; I have created a feature request to allow the output of the docker-compose statements into the build log regardless of its execution status (https://youtrack.jetbrains.com/issue/TW-67108).
Please feel free to comment/vote on it as you see fit.
Spasibo Fedor!