Skip to content

Commit

Permalink
Make idle request logs debug (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Mar 22, 2024
1 parent 0311d30 commit ac7066a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/xds/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ impl AdsClient {
break;
}
Err(_) => {
tracing::info!(
tracing::debug!(
"exceeded idle request interval sending new requests"
);
ds.refresh(&identifier, &resource_subscriptions, &local)
Expand Down Expand Up @@ -682,7 +682,7 @@ impl AdsStream {
break;
}
Err(_) => {
tracing::info!(
tracing::debug!(
"exceeded idle request interval sending new requests"
);
Self::refresh_resources(
Expand Down

0 comments on commit ac7066a

Please sign in to comment.