Django Rest Framework Logging filters not working
The logging filters to my Django Rest Framework is not working.
I am trying to implement the django-cid package.
I have tried my custom log filters, which are also not being used.
My settings.py
LOGGING = {
'version': 1,
'disable_existing_l...