Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow to stream build logs to files on per-image basis #3778
Milestone
Comments
|
This is a great feature idea, we should do it! I would also love to get some help on it from the community! |
|
indeed, we now support writing build logs for each image to a file using the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
Before Skaffold supported parallel local builds, we used profiles for that matter, building profiles concurrently.
That allows us to stream build log for each profile (one profile per image) to file named like
{LOGS_DIR}/build/{PROFILE_NAME}.log.Now when Skaffold supports parallel local builds natively, we would like to use this functionality, but we want to stream build logs to files on per-image basis, because it's not very cool to look at one log for all images. Do you plan to add such functionality?
Actual behavior
It's impossible to stream logs on per-image basis - all build logs are streamed to stdout sequentially.
Information