Vault inspect vault forward logs

Hello
is it possible to have details about “forwarded request” in a Vault raft cluster?
in other words, when I got to a vault node (of 3 behind a load balancer)
I want to see the forwarding operation if the load balancer sends the request to a standby node (and the standby forward to the leader)
I can already see in the Vault control logs on the leader that the request came from the IP address of the remote Load Balancer, but I want to keep track of the whole process

thank you