Skip to content

Instantly share code, notes, and snippets.

@pao
Created December 21, 2013 17:58
Show Gist options
  • Save pao/8072640 to your computer and use it in GitHub Desktop.
Save pao/8072640 to your computer and use it in GitHub Desktop.
Sample log output from a DumbBot instance
(dumbirc) PS C:\Users\patrick\dumbirc\src> python ..\Scripts\twistd.py -noy dumbirc.tac
2013-12-21 11:46:39-0600 [-] Log opened.
2013-12-21 11:46:39-0600 [-] twistd 13.2.0 (C:\Users\patrick\dumbirc\Scripts\python.exe 2.7.3) starting up.
2013-12-21 11:46:39-0600 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02C8C4E0>
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02D29350>
2013-12-21 11:46:39-0600 [-] Starting factory <dumbbot.DumbIRCFactory instance at 0x02D293A0>
2013-12-21 11:46:39-0600 [Uninitialized] connectionMade
2013-12-21 11:46:39-0600 [Uninitialized] connectionMade
2013-12-21 11:46:39-0600 [DumbBot,client] signed on; joining channel #desertbus
2013-12-21 11:46:40-0600 [DumbBot,client] signed on; joining channel #desertbus
2013-12-21 11:46:40-0600 [Uninitialized] connectionMade
2013-12-21 11:46:40-0600 [DumbBot,client] signed on; joining channel #allsparkle
2013-12-21 11:46:41-0600 [DumbBot,client] joined channel #allsparkle
2013-12-21 11:46:54-0600 [-] Received SIGINT, shutting down.
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02D29350>
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02C8C4E0>
2013-12-21 11:46:54-0600 [DumbBot,client] Stopping factory <dumbbot.DumbIRCFactory instance at 0x02D293A0>
2013-12-21 11:46:54-0600 [-] Main loop terminated.
2013-12-21 11:46:54-0600 [-] Server Shut Down.
2013-12-21 11:46:54-0600 [-] Server Shut Down.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment