[Beta] Add IP address to http request log entries

I would like to see the IP address and the timestamp next to the location:

image

2 Likes

You can always get the IP Adress using

ip_address=anvil.server.request.remote_address
print(ip_address)

And then print it. They will just not show up next to the location. But they will still be visible and you can also search for them if you want.