Home | History | Annotate | Download | only in site_utils

Lines Matching refs:logging

11 import logging
70 logging.info('Metadata queue is available to receive new data '
76 logging.error('Metadata queue is full, cannot report data. '
118 logging.exception('Metadata reporter thread failed with error: %s', e)
121 logging.info('Metadata reporting thread is exiting.')
139 logging.error('There is already a metadata reporter thread.')
142 logging.warn('Elasticsearch db deprecated, no metadata will be '
150 logging.info('Metadata reporting thread is started.')
159 logging.error('The metadata reporting thread has already exited.')
163 logging.info('Waiting up to %s seconds for metadata reporting thread to '