jsocol: haoqili: you should go through and replace all the prints with logger statements. if you do "import logging; log = logging.getLogger('msw')" toward the top of each file, then you can do "log.debug('whatever message')" instead of "print 'whatever message'"
jsocol: haoqili: you should go through and replace all the prints with logger statements. if you do "import logging; log = logging.getLogger('msw')" toward the top of each file, then you can do "log.debug('whatever message')" instead of "print 'whatever message'"