Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: don't log unauthenticated requests for index.html
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.
- Loading branch information