How to get real client IP in Application Server logs when behind load balancer
I'm on PeopleTools 8.58
In the PSAPPSRV logs (APPSRV_####.LOG) we see the IP address of the load balancer subnet IP instead of the real client IP address. This makes correlating with other logs more difficult.
For the PIA access logs, we can send an X-Forwarded-For header and tell WebLogic to log it. Is there any equivalent thing that can be done for PSAPPSRV logs?
Thanks