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

interop/xds: Increase go log verbosity to 99 so that EDS is logged #6860

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

sergiitk
Copy link
Member

gRPC-go versions v1.54.x and later don't log ADS responses anymore. This makes it hard to debug without being able to see EDS resources. Logging behavior was changed by #5992.

This PR updates XdsTestServer/XdsTestClient Docker images so that GRPC_GO_LOG_VERBOSITY_LEVEL is increased from 2 to 99.

RELEASE NOTES: N/A

gRPC-go versions v1.54.x and later don't log ADS responses anymore.
This makes it hard to debug without being able to see EDS resources.
Logging behavior was changed by
grpc#5992.

This PR updates XdsTestServer/XdsTestClient Docker images so that
GRPC_GO_LOG_VERBOSITY_LEVEL is increased from `2` to `99`.

RELEASE NOTES: N/A
@sergiitk
Copy link
Member Author

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

Merging #6860 (3ebfc49) into master (df02c11) will increase coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6860      +/-   ##
==========================================
+ Coverage   83.69%   83.71%   +0.02%     
==========================================
  Files         286      286              
  Lines       30792    30792              
==========================================
+ Hits        25770    25779       +9     
+ Misses       3961     3955       -6     
+ Partials     1061     1058       -3     

see 13 files with indirect coverage changes

@sergiitk
Copy link
Member Author

Confirmed v1.53.x still logs ADS, and v1.54.x doesn't.

v1.53.x
image

v1.54.x
image

@sergiitk
Copy link
Member Author

Allright, we're seeing ADS responses now:
image

@dfawley dfawley added this to the 1.61 Release milestone Dec 16, 2023
@dfawley dfawley merged commit c109241 into grpc:master Dec 16, 2023
14 checks passed
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
XuanWang-Amos pushed a commit to XuanWang-Amos/grpc-go that referenced this pull request Dec 18, 2023
@sergiitk sergiitk deleted the psm-interop-verbosity branch December 19, 2023 23:04
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants