Home | History | Annotate | Download | only in site_utils

Lines Matching refs:logging

12 import logging
13 # Turn the logging level to INFO before importing other autotest
14 # code, to avoid having failed import logging messages confuse the
16 logging.basicConfig(level=logging.INFO)
45 logging.info('Board unspecified, attempting to determine board from host.')
52 logging.info('Detected host board: %s', board)
200 logging.info('Skipping quickmerge step.')
202 logging.info('Running autotest_quickmerge step.')
208 logging.info('quickmerge| %s', message.strip())
215 logging.info('Re-running test_that script in %s copy of autotest.',
334 logging.info('About to start lab suite with command %s.', command)