Skip to content

Instantly share code, notes, and snippets.

@orf
Created April 5, 2019 12:25
Show Gist options
  • Save orf/f026749d108bca880f51e672c54dd4b1 to your computer and use it in GitHub Desktop.
Save orf/f026749d108bca880f51e672c54dd4b1 to your computer and use it in GitHub Desktop.
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'console': {
'class': 'logging.StreamHandler',
},
},
'loggers': {
'django.utils.autoreload': {
'handlers': ['console'],
'level': 'DEBUG',
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment