Skip to content

Commit 92b69eb

Browse files
authored
Remove DisallowedRedirect logging configuration (#12633)
This is kiling our Sentry and NewRelic and they are just spammers. <img width="1864" height="586" alt="Screenshot_2025-12-04_10-57-16" src="https://github.com/user-attachments/assets/ac0001d3-f1c4-4a0d-928e-19dcb734644b" />
1 parent 716fdcf commit 92b69eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/settings/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,10 @@ def GITHUB_APP_CLIENT_ID(self):
11491149
"handlers": ["null"],
11501150
"propagate": False,
11511151
},
1152+
"django.security.DisallowedRedirect": {
1153+
"handlers": ["null"],
1154+
"propagate": False,
1155+
},
11521156
"elastic_transport.transport": {
11531157
"handlers": ["null"],
11541158
"propagate": False,

0 commit comments

Comments
 (0)