Lines Matching refs:logging
28 import logging
101 logging.basicConfig(level=logging.DEBUG, format=log_format, datefmt=datefmt)
103 logging.basicConfig(level=logging.INFO, format=log_format, datefmt=datefmt)
114 logging.error('Local environment doesn\'t appear to have been '
214 logging.error(err_msg)
269 logging.error('Cannot collect both baseline and new metrics at the same time.')
273 logging.error('Need to specify at least 1 arg for regression detection.')
278 logging.error('Need to specify --generate-baseline or --generate-new-metrics.')
282 logging.error('Specified 2 metric paths and --generate-baseline, '
286 logging.error('Specified 2 metric paths and --generate-new-metrics, '
291 logging.error('Specified more than 2 metric paths.')
318 logging.error(OPTION_NOT_FOR_TEST_MAPPING, arg)
334 logging.error(
451 logging.debug('\n'.join([str(info) for info in tests]))
571 logging.warn('Install step without test step currently not '