-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile errors hard to find in output #923
Comments
@ianlewis would a mode that stops all the logs until everything is built make sense? |
Fixes GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
Fixes GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
+1 for this. Don't stream logs anymore until all builds are succeeding. It can probably even build something like:
because if service A failed (and I ignored it), then I refactored+saved service B, I can still see service A failing (since this message is printed after every build). |
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
I like the idea of stopping the logs too. |
Yeah I've been thinking about some interactive terminal where there are multiple panes: One pane I get to uncheck boxes to stop certains services from being watched/logged, another pane that shows build status, another pane shows logs... I think this is too crazy for now unless we make skaffold binary more modular. |
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
Fix GoogleContainerTools#923 Signed-off-by: David Gageot <[email protected]>
skaffold dev outputs logs from Pods in the cluster so when updating a service and getting compile errors the errors flow up in the terminal and can be hard to find.
🚀 Moonshot: It would be really cool if you could enter commands into skaffold while it was running to turn off Pod logging dynamically
The text was updated successfully, but these errors were encountered: