ballerina-platform / module-ballerina-c2c

Ballerina Code2Cloud implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement container build log

xlight05 opened this issue · comments

Description:
$Subject.
We execute Docker build while doing the ballerina build. As container build takes time(specially for the first run without caching) it would be nicer if we can persist the build log into a file. This is further useful in the native scenarios as the build takes might more than 7 mins.

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

Closing as we decided to print the log in the stdout itself.