Lines Matching refs:logging
10 import logging
91 @param level: The logging level.
103 @param level: The logging level.
208 logging.info('Notification on gcs_uri %s', gcs_uri)
218 logging.debug('Successfully sent out a notification')
220 logging.warning('Failed to send notification %s', str(message))
229 logging.info('Sending a heartbeat')
239 logging.exception('Failed to create message.')
253 logging.info('Send an event.')
255 logging.info('Failed to send event without a type.')
270 logging.exception('Failed to create message.')