Lines Matching refs:logging
15 import logging
81 logging.error('Failed to parse commit position id from:\n%s\n',
96 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir)
100 logging.debug('extra env: %s', extra_env)
111 logging.error('Command failed: %s\n'
163 logging.exception('Error connecting to %s. Error: %s', url, e)
308 logging.error('Dirty/unversioned files:\n%s', stdout)
316 logging.error('Please checkout the master branch and re-run this script.')
320 logging.info('Updating master branch...')
325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME)
335 logging.info('Removing previous roll branch (%s)', ROLL_BRANCH_NAME)
342 logging.info('Committing changes locally.')
349 logging.info('Uploading CL...')
358 logging.info('Sending tryjobs...')
364 logging.info('Sending the CL to the CQ...')
367 logging.info('Sent the CL to the CQ.')
397 logging.basicConfig(level=logging.DEBUG)
399 logging.basicConfig(level=logging.INFO)
402 logging.error('Please clean your local checkout first.')
414 logging.info('No revision specified. Using HEAD: %s', head_rev)
433 logging.debug('Commit message:\n%s', commit_msg)
435 logging.info('Currently pinned chromium_revision: %s (#%s) is newer than '