Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid logging anonymous sessions #116

Open
Kailegh opened this issue May 26, 2020 · 1 comment
Open

Avoid logging anonymous sessions #116

Kailegh opened this issue May 26, 2020 · 1 comment

Comments

@Kailegh
Copy link

Kailegh commented May 26, 2020

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!

@blag
Copy link
Contributor

blag commented Oct 9, 2023

This would be a nice addition. Would you be interested in writing this yourself and submitting a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants