Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created January 22, 2016 15:59
Show Gist options
  • Save tonytan4ever/b9986349ae8d9747e980 to your computer and use it in GitHub Desktop.
Save tonytan4ever/b9986349ae8d9747e980 to your computer and use it in GitHub Desktop.
[formatters]
keys=normal,normal_with_name,debug
[formatter_normal]
format=%(asctime)s %(levelname)s %(message)s
[formatter_normal_with_name]
format=(%(name)s): %(asctime)s %(levelname)s %(message)s
[formatter_debug]
format=(%(name)s): %(asctime)s %(levelname)s %(module)s %(funcName)s %(message)s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment