Lines Matching refs:logging
16 import logging
109 logging.debug('_run_command: %s in directory %s' % (args, directory))
272 logging.info(
332 logging.info(
377 logging.info('Initial results loaded. Ready for requests on %s' % self._url)
392 logging.warning('Running with combination of "export" and "editable" '
400 logging.info('Listening for requests on %s' % self._url)
416 logging.debug('do_GET: path="%s"' % self.path)
448 logging.debug('do_GET_results: sending results of type "%s"' % results_type)
487 logging.debug('do_GET_static: sending file "%s"' % path)
494 logging.error(
505 logging.debug('do_POST: path="%s"' % self.path)
549 logging.debug('do_POST_edits: received new GM expectations data [%s]' %
623 logging.basicConfig(format='%(asctime)s %(levelname)s %(message)s',
625 level=logging.INFO)