Skip to content
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

Log durations instead of always printing them #3102

Merged
merged 1 commit into from
Oct 21, 2019

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Oct 21, 2019

This is the first PR to simplify Skaffold's output.
This one is simple, it hides the timings that are currently always shown, and log them at Info level.

Before:
before

After:
after

Signed-off-by: David Gageot david@gageot.net

@codecov
Copy link

codecov bot commented Oct 21, 2019

Codecov Report

Merging #3102 into master will not change coverage.
The diff coverage is 100%.

Impacted Files Coverage Δ
pkg/skaffold/runner/build_deploy.go 67.18% <100%> (ø) ⬆️
pkg/skaffold/build/cache/retrieve.go 64.63% <100%> (ø) ⬆️
pkg/skaffold/runner/timings.go 91.83% <100%> (ø) ⬆️
pkg/skaffold/runner/dev.go 67.96% <100%> (ø) ⬆️
pkg/skaffold/server/server.go 58.57% <0%> (ø) ⬆️

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for doing this, I love how clean the base output is getting!

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot merged commit 357d6cf into GoogleContainerTools:master Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants