Lines Matching refs:logging
28 import logging
130 logging.basicConfig(level=logging.DEBUG, format=log_format, datefmt=datefmt)
132 logging.basicConfig(level=logging.INFO, format=log_format, datefmt=datefmt)
143 logging.error('Local environment doesn\'t appear to have been '
254 logging.error(err_msg)
309 logging.error('Cannot collect both baseline and new metrics at the same time.')
313 logging.error('Need to specify at least 1 arg for regression detection.')
318 logging.error('Need to specify --generate-baseline or --generate-new-metrics.')
322 logging.error('Specified 2 metric paths and --generate-baseline, '
326 logging.error('Specified 2 metric paths and --generate-new-metrics, '
331 logging.error('Specified more than 2 metric paths.')
358 logging.error(OPTION_NOT_FOR_TEST_MAPPING, arg)
374 logging.error(
491 logging.debug('\n'.join([str(info) for info in tests]))
672 logging.warn('Install step without test step currently not '