Django logging behaves differently in production than in development which leads to a lot of confusion. In this lesson I describe main django loggers and how they behave with different settings. Two particular loggers I pay attention to are 'django.server' and 'django.requests'.
Official Documentation: https://docs.djangoproject.com/en/3.0...