Skip to content

Instantly share code, notes, and snippets.

@blamattina
Last active December 17, 2015 16:09
Show Gist options
  • Save blamattina/5636659 to your computer and use it in GitHub Desktop.
Save blamattina/5636659 to your computer and use it in GitHub Desktop.
debug logging settings for django
if DEBUG:
# will output to your console
logging.basicConfig(
level = logging.DEBUG,
format = '%(asctime)s %(levelname)s %(message)s',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment