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

chore(kuma-dp) improve envoy startup logging #2899

Merged
merged 1 commit into from
Oct 7, 2021
Merged

chore(kuma-dp) improve envoy startup logging #2899

merged 1 commit into from
Oct 7, 2021

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Oct 5, 2021

Summary

Fix a spelling error in the envoy version detection logging by changing
the log message to be more succinct, and in the case of a startup error,
use consistent log tags to show the envoy path and arguments.

Full changelog

N/A

Issues resolved

N/A

Documentation

N/A

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Add backport-to-stable label if the code is backwards compatible. Otherwise, list breaking changes.

Fix a spelling error in the envoy version detection logging by changing
the log message to be more succinct, and in the case of a startup error,
use consistent log tags to show the envoy path and arguments.

Signed-off-by: James Peach <james.peach@konghq.com>
@jpeach jpeach requested a review from a team as a code owner October 5, 2021 23:05
@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2021

Codecov Report

Merging #2899 (661315f) into master (b4ed8e6) will increase coverage by 0.03%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2899      +/-   ##
==========================================
+ Coverage   52.14%   52.17%   +0.03%     
==========================================
  Files         897      897              
  Lines       52069    52069              
==========================================
+ Hits        27150    27168      +18     
+ Misses      22748    22730      -18     
  Partials     2171     2171              
Impacted Files Coverage Δ
app/kuma-dp/pkg/dataplane/envoy/envoy.go 80.34% <33.33%> (ø)
api/observability/v1/mads.pb.go 35.56% <0.00%> (+1.03%) ⬆️
pkg/core/resources/model/rest/resource.go 69.23% <0.00%> (+1.28%) ⬆️
pkg/mads/v1/client/client.go 43.75% <0.00%> (+2.50%) ⬆️
pkg/core/resources/manager/cache.go 84.41% <0.00%> (+2.59%) ⬆️
pkg/plugins/runtime/gateway/route/sorter.go 61.53% <0.00%> (+5.12%) ⬆️
pkg/core/bootstrap/autoconfig.go 54.46% <0.00%> (+8.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4ed8e6...661315f. Read the comment docs.

@jpeach jpeach merged commit 2d30276 into kumahq:master Oct 7, 2021
@jpeach jpeach deleted the chore/improve-start-logging branch October 7, 2021 03:18
mergify bot pushed a commit that referenced this pull request Oct 7, 2021
Fix a spelling error in the envoy version detection logging by changing
the log message to be more succinct, and in the case of a startup error,
use consistent log tags to show the envoy path and arguments.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit 2d30276)
jpeach added a commit that referenced this pull request Oct 7, 2021
Fix a spelling error in the envoy version detection logging by changing
the log message to be more succinct, and in the case of a startup error,
use consistent log tags to show the envoy path and arguments.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit 2d30276)

Co-authored-by: James Peach <james.peach@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants