Created
June 5, 2018 07:27
-
-
Save catroll/db3ee3887ad12358ee2616960ce13e38 to your computer and use it in GitHub Desktop.
twisted debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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