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

Commits on Dec 15, 2023

  1. interop/xds: Increase go log verbosity to 99 so that EDS is logged

    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 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3ebfc49 View commit details
    Browse the repository at this point in the history