LoggerJSON.PlugUtils.remote_ip

You're seeing just the function remote_ip, go back to LoggerJSON.PlugUtils module for more information.

Grabs the client IP address from Plug.Conn. First we try to grab the client IP from the x-forwarded-for header. Then we fall back to the conn.remote_ip field.