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

Make idle request logs debug #915

Merged
merged 3 commits into from
Mar 22, 2024
Merged

Make idle request logs debug #915

merged 3 commits into from
Mar 22, 2024

Conversation

XAMPPRocky
Copy link
Collaborator

No description provided.

@@ -682,7 +682,7 @@ impl AdsStream {
break;
}
Err(_) => {
tracing::info!(
tracing::warn!(
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Typo

src/net/xds/client.rs Outdated Show resolved Hide resolved
@XAMPPRocky XAMPPRocky merged commit ac7066a into main Mar 22, 2024
10 checks passed
@quilkin-bot
Copy link
Collaborator

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:

git fetch git@github.com:googleforgames/quilkin.git pull/915/head:pr_915 && git checkout pr_915
cargo build

@markmandel markmandel deleted the ep/debug-log branch April 19, 2024 20:11
@markmandel markmandel added area/operations Installation, updating, metrics etc kind/cleanup Refactoring code, fixing up documentation, etc labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/operations Installation, updating, metrics etc kind/cleanup Refactoring code, fixing up documentation, etc size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants