Lines Matching refs:LOGGER
32 LOGGER = logging.getLogger(__name__) variable
106 LOGGER.info('Removing %s', p)
126 LOGGER.info('Downloading %s...', url)
129 LOGGER.info('Extracting...')
139 LOGGER.info('Validating...')
179 LOGGER.error('Failed to run sample program:\n%s', out)
192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
195 LOGGER.info('Installing Go toolset.')
196 LOGGER.info(' Old toolset is %s', installed)
197 LOGGER.info(' New toolset is %s', available)
200 LOGGER.info('Go toolset installed: %s', TOOLSET_VERSION)
257 LOGGER.setLevel(logging_level)