Home | History | Annotate | Download | only in shard

Lines Matching refs:logging

10 import logging
129 @param message: A string to be used in a logging message.
136 logging.error('Deserializing a %s fails: %s, Error: %s',
173 logging.info('Heartbeat response contains hosts %s', host_ids)
175 logging.info('Heartbeat response contains jobs %s', job_ids)
178 logging.info('Heartbeat response contains suite_keyvals_for jobs %s',
181 logging.info('Heartbeat response contains incorrect_host_ids %s '
195 logging.warn('Following completed jobs are reset shard_id to NULL '
298 logging.info('Known jobs: %s', known_job_ids)
304 logging.info('Uploading jobs %s', [j['id'] for j in jobs])
324 logging.error("Heartbeat failed. %s", log_message)
341 logging.info("Performing heartbeat.")
374 logging.info("Heartbeat completed.")
400 logging.info("Shutdown request received.")
418 logging.info('Process lifetime %0.3f hours exceeded. Shutting down.',
496 logging.exception(message)
507 logging.info("Setting signal handler.")
511 logging.info("Starting shard client.")