Skip to content

Commit

Permalink
fix forward log.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Oct 20, 2024
1 parent a750176 commit 70dcbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/servers/http/middleware/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ impl<E: Endpoint> Endpoint for HTTPSessionEndpoint<E> {
.map_err(HttpErrorCode::server_error)?
{
log::info!(
"forwarding {} from {local_id} to {sticky_node_id}",
"forwarding /v1{} from {local_id} to {sticky_node_id}",
req.uri()
);
forward_request(req, node).await
Expand Down

0 comments on commit 70dcbe6

Please sign in to comment.