-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sentry on NAU Richie is raising error of any missing page http status 404 #220
Comments
Possible solution could be disable the |
This logging is being written by |
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
Configure Sentry to ignore the dockerflow `request.summary` logger. This logger logs as ERROR any 404. With so many crawlers getting incorrect paths, this is too much errors on Sentry. relates to #220
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
The dockerflow `request.summary` logger logs any 404 with ERROR level. This is too verbose. It logs a big JSON. relates to #220
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
The dockerflow `request.summary` logger logs any 404 with ERROR level. This is too verbose. It logs a big JSON. relates to #220
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
The dockerflow `request.summary` logger logs any 404 with ERROR level. This is too verbose. It logs a big JSON. relates to #220
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
Configure Sentry to ignore the dockerflow `request.summary` logger. This logger logs as ERROR any 404. With so many crawlers getting incorrect paths, this is too much errors on Sentry. relates to #220
igobranco
added a commit
that referenced
this issue
Apr 24, 2024
The dockerflow `request.summary` logger logs any 404 with ERROR level. This is too verbose. It logs a big JSON. relates to #220
Pending deploy |
Generated a new NAU release, deployed in PROD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any missing page on the NAU Richie site is being logged as a log error, so sentry is sending it has an error.
So, for example, a broken link not correct shared on Facebook is being crawled by Facebook bot, and is being reported by Sentry as an error.
In general a 404 is a warning and not an error.
We need to configure Django, on NAU Richie, to log a 404 as a warning and not as an error.
The text was updated successfully, but these errors were encountered: