Skip to content

Instantly share code, notes, and snippets.

@kamawanu
Created October 2, 2010 08:14
Show Gist options
  • Save kamawanu/607441 to your computer and use it in GitHub Desktop.
Save kamawanu/607441 to your computer and use it in GitHub Desktop.
python detailed logging with console
if os.isatty(sys.stderr.fileno() ):
logging.getLogger().setLevel(logging.DEBUG)
logging.basicConfig( format='%(asctime)s %(levelname)s %(module)s:%(lineno)s %(message)s' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment