Skip to content

Commit e39b3bb

Browse files
humitosagjohnson
authored andcommitted
Ignore request_started and request_finished events
1 parent 23ee8b6 commit e39b3bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/settings/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,8 @@ def DOCKER_LIMITS(self):
855855
# Always send from the root, handlers can filter levels
856856
'level': 'INFO',
857857
},
858-
'django_structlog': {
858+
'django_structlog.middlewares.request': {
859859
'handlers': ['null'],
860-
'level': 'INFO',
861860
# Don't double log at the root logger for these.
862861
'propagate': False,
863862
},

0 commit comments

Comments
 (0)