Home | History | Annotate | Download | only in tools

Lines Matching full:logging

21 import logging
118 logging.info(str(args) + ' ' + (cwd or ''))
124 logging.critical(stderr)
125 logging.info(stdout)
190 logging.info('%s alread exists, skipping download', output)
194 logging.critical('Failed to find %s build for r%s\n', platform,
204 logging.info('Downloading %s, saving to %s', url, output)
225 logging.info('Opening %s', dl_file)
238 logging.info('Extracting %s to %s (%s)', content, dest, dl_file)
267 logging.info('Copying %s to %s', dl_file, dest_dir)
314 logging.critical('Must specify either -r or -b.\n')
317 logging.critical('Must specify either -r or -b but not both.\n')
320 logging.critical('Can only use --gs with -b option.\n')
327 logging.getLogger().setLevel(logging.DEBUG)
331 logging.info('Successfully updated reference builds. Move to '