Skip to content

Instantly share code, notes, and snippets.

@catroll
Created June 5, 2018 07:27
Show Gist options
  • Select an option

  • Save catroll/db3ee3887ad12358ee2616960ce13e38 to your computer and use it in GitHub Desktop.

Select an option

Save catroll/db3ee3887ad12358ee2616960ce13e38 to your computer and use it in GitHub Desktop.
twisted debug
import txaio
txaio.start_logging(level='debug')
from twisted.python import log
observer = log.PythonLoggingObserver(loggerName=__name__)
observer.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment