Lesson 3 - Django logging requests

Опубликовано: 22 Декабрь 2019
на канале: Django Lessons
5,114
58

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...