Internally, Django uses the Python logging system. There is many way to configure the logging of a project. Here is a base:
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'formatters': {
'default': {
'format': "[%(asctime)s] %(levelname)s [%(n...