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

web: don't log unauthenticated requests for index.html #50563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Dec 23, 2024

It's super common to see requests for index.html that either have an expired or missing session cookie. Stop logging an error with a long stack trace since there's nothing unusual happening here.

This removes the "need auth" or "missing session cookie" noise that often clutters debug logs.

It's super common to see requests for index.html that either have
an expired or missing session cookie. Stop logging an error with a
long stack trace since there's nothing unusual happening here.

This removes the "need auth" or "missing session cookie" noise that
often clutters debug logs.
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Dec 23, 2024
@github-actions github-actions bot requested review from kimlisa and kopiczko December 23, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants