Lines Matching refs:logging
21 import logging
69 logging.debug('Checking if container is orphaned: %s', container.name)
72 logging.debug('Container %s is not created for test.', container.name)
76 logging.debug('Process with PID %s is not alive, container %s is '
83 logging.error('Failed to get hqe for job %s. Error: %s.', job_id, e)
91 logging.debug('Test job %s is not completed yet, container %s is '
97 logging.debug('Test job %s was completed less than an hour ago.',
101 logging.debug('Test job %s was completed, container %s is orphaned.',
116 logging.info('dryrun: Cleanup container %s', container.name)
123 logging.info('Stopping process %s...', pid)
127 logging.info('Destroying container %s...', container.name)
131 logging.error('Failed to cleanup container %s. Error: %s',
168 level=logging.DEBUG if options.verbose else logging.INFO)
171 logging.info('')
172 logging.info('Cleaning container bucket %s', bucket.container_path)
181 logging.info('Cleanup finished.')