Lines Matching refs:logging
24 import logging
152 log = logging.warn
155 log = logging.info
174 logging.warn('Planning to remove directory: %s', self._path)
176 logging.warn('Removing directory: %s', self._path)
210 logging.info(
214 logging.debug(
257 logging.debug('CreateLinks')
282 logging.info('Not doing anything because dry-run was specified.')
286 logging.warn('Dangerous actions:')
292 logging.error(textwrap.dedent("""\
327 logging.info('Completed!\n\nNow run `gclient sync|runhooks` again to '
332 logging.debug('CleanupLinks')
339 logging.debug('Removing link to %s at %s', source, link_path)
389 logging.debug('Silently ignoring missing source: %s. This is to avoid '
423 logging.info('Found database with schema version %s while this script only '
437 'operations. This will automatically set logging to '
441 'new ones. This will automatically set logging to '
451 const=logging.DEBUG, default=logging.INFO,
456 options.verbose = logging.DEBUG
457 logging.basicConfig(format='%(message)s', level=options.verbose)
470 logging.error('On Windows, you now need to have administrator '
477 logging.error('Cannot find a Chromium checkout at %s. Did you run "gclient '