Home | History | Annotate | Download | only in rebaseline_server

Lines Matching full:logging

16 import logging
86 logging.debug('_run_command: %s in directory %s' % (args, directory))
190 logging.info('Updating actual GM results in %s from SVN repo %s ...' % (
206 logging.info(
211 logging.info(
228 logging.info('Initial results loaded. Ready for requests on %s' % self._url)
243 logging.warning('Running with combination of "export" and "editable" '
251 logging.info('Listening for requests on %s' % self._url)
289 logging.debug('do_GET_results: sending results of type "%s"' % type)
366 logging.debug('do_GET_static: sending file "%s"' % path)
372 logging.error(
430 logging.debug('do_POST_edits: received new GM expectations data [%s]' %
500 logging.basicConfig(level=logging.INFO)