Skip to content

Commit

Permalink
Avoid to trace error when FlowCtrlService skipped. (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn authored Nov 23, 2023
1 parent 14d51a8 commit c74c0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/tower_compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ where
*origin_ctrl = ctrl;
*req = request;
} else {
tracing::error!("`FlowCtrlOutContext` should exists in response extensions.");
tracing::debug!("`FlowCtrlOutContext` does not exists in response extensions, `FlowCtrlService` may not be used.");
}

res.merge_hyper(hyper_res);
Expand Down

0 comments on commit c74c0db

Please sign in to comment.