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
I have a Django server in aws, and there is a process that pings the index page to check the health status every few seconds. My problem is that this health check fill the user session table with non-releveant data, is there a way to avoid logging the activity of anonymous/not logged users?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
I have a Django server in aws, and there is a process that pings the index page to check the health status every few seconds. My problem is that this health check fill the user session table with non-releveant data, is there a way to avoid logging the activity of anonymous/not logged users?
Thanks a lot!
The text was updated successfully, but these errors were encountered: