Skip to content

Instantly share code, notes, and snippets.

@ampledata
Last active November 4, 2015 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ampledata/cff69319c832891e48c4 to your computer and use it in GitHub Desktop.
Save ampledata/cff69319c832891e48c4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import logging
import kiss
import kiss.constants
# Change the constants here:
kiss.constants.LOG_LEVEL = logging.DEBUG
# or, to change the log format
kiss.constants.LOG_FORMAT = '...'
# Initialize the object here:
k = kiss.KISS(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment