Lines Matching refs:logging
11 import logging
136 @param message: A string to be used in a logging message.
138 logging.info('Deserializing %s %ss', len(serialized_list), message)
143 logging.info('Progress: at entry %s', i)
148 logging.error('Deserializing a %s fails: %s, Error: %s',
153 logging.info('Done deserializing %ss', message)
186 logging.info('Heartbeat response contains hosts %s', host_ids)
188 logging.info('Heartbeat response contains jobs %s', job_ids)
191 logging.info('Heartbeat response contains suite_keyvals_for jobs %s',
194 logging.info('Heartbeat response contains incorrect_host_ids %s '
208 logging.warn('Following completed jobs are reset shard_id to NULL '
226 logging.exception('Failed to remove incorrect hosts %s',
318 logging.info('Known jobs (first %s): %s', max_print,
320 logging.info('Total known jobs: %s', len(known_job_ids))
328 logging.info('Throttling number of jobs to upload from %s to %s.',
331 logging.info('Uploading jobs %s', [j['id'] for j in jobs])
367 logging.error("Heartbeat failed. %s", log_message)
384 logging.info("Performing heartbeat.")
392 logging.info('Finished heartbeat upload.')
416 logging.info('Marking jobs as uploaded.')
418 logging.info('Processing heartbeat response.')
420 logging.info("Heartbeat completed.")
446 logging.info("Shutdown request received.")
464 logging.info('Process lifetime %0.3f hours exceeded. Shutting down.',
542 logging.exception(message)
553 logging.info("Setting signal handler.")
557 logging.info("Starting shard client.")