-
Notifications
You must be signed in to change notification settings - Fork 98
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
Make idle request logs debug #915
Conversation
src/net/xds/client.rs
Outdated
@@ -682,7 +682,7 @@ impl AdsStream { | |||
break; | |||
} | |||
Err(_) => { | |||
tracing::info!( | |||
tracing::warn!( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triple checking - is it a bad thing if this log shows up?
Moving to warn will this will still show up in info level logging, and look to end users like it's a bigger deal than before -- should this also be debug, or is it actually something they should be aware of?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
Build Succeeded 🥳 Build Id: b631869f-5d08-4c52-8f41-690207f3fc6a The following development images have been built, and will exist for the next 30 days: To build this version:
|
No description provided.