Home | History | Annotate | Download | only in site_utils

Lines Matching refs:logging

21 import logging
51 logging.debug('Checking if container is orphaned: %s', container.name)
53 logging.debug('Container %s is not created for test.', container.name)
60 logging.debug('Process with PID %s is not alive, container %s is '
67 logging.error('Failed to get hqe for job %s. Error: %s.', job_id, e)
75 logging.debug('Test job %s is not completed yet, container %s is '
81 logging.debug('Test job %s was completed less than an hour ago.',
85 logging.debug('Test job %s was completed, container %s is orphaned.',
100 logging.info('dryrun: Cleanup container %s', container.name)
109 logging.info('Stopping process %s...', pid)
113 logging.info('Destroying container %s...', container.name)
117 logging.error('Failed to cleanup container %s. Error: %s',
154 level=logging.DEBUG if options.verbose else logging.INFO)
157 logging.info('')
158 logging.info('Cleaning container bucket %s', bucket.container_path)
167 logging.info('Cleanup finished.')