Commit graph

4 commits

Author SHA1 Message Date
5569d8e2a0
Add user-agent to request logging metadata 2026-06-04 16:19:47 -05:00
d0b9513b41
fix elixir type warnings 2026-05-29 14:00:29 -05:00
cf97bf236a
Add client IP to request log metadata
Set Logger metadata from conn.remote_ip in the RemoteIp plug so
request logs include the client address.
2026-02-20 17:48:15 -06:00
bb6c24856d
Add RemoteIp plug to show real client IP in K8s logs
Extracts client IP from CF-Connecting-IP or X-Forwarded-For headers
and sets conn.remote_ip before request logging, so K8s logs show the
actual client address instead of the internal cluster/ingress IP.
2026-02-19 15:06:41 -06:00