You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs only the raw load balancer IP in the sydent log files. It might be that there's two headers, but given they're identical, we should at least get one of them in the logs - neither is the one that is logged.
It looks like the logic is wrapped up in ip_from_request, but nothing actually seems to call this and/or twisted's http logging doesn't do the right thing with this.
Config file contains:
A sample request like so:
Logs only the raw load balancer IP in the sydent log files. It might be that there's two headers, but given they're identical, we should at least get one of them in the logs - neither is the one that is logged.
It looks like the logic is wrapped up in
ip_from_request
, but nothing actually seems to call this and/or twisted's http logging doesn't do the right thing with this.https://github.com/matrix-org/sydent/blob/master/sydent/sydent.py#L274
The text was updated successfully, but these errors were encountered: