Lines Matching refs:logging
1 import datetime, logging, os, time
22 logging.info('%s does not exist. Creating directory.', mount_point)
24 logging.info('Removing previous mount_point directory')
26 logging.info('Creating new mount_point.')
46 logging.debug('Cleanup - unmounting loopback device.')
50 logging.debug('Cleanup - removing sparse file.')
54 logging.debug('Cleanup - removing the mount_point.')
152 logging.debug('current_size: %s' % current_size)
153 logging.debug('flushed_size: %s' % flushed_size)
159 logging.debug('flushed_size: %s' % flushed_size)
219 logging.info('Starting test operations.')
225 logging.info('Iteration %s.', counter)
230 logging.debug('Write time:%s',
238 logging.info('Time taken to flush data: %s seconds.',
243 logging.debug('Removing previous file instance.')
246 logging.debug('Not removing previous file instance.')
249 logging.debug('Flush cache between iterations.')
269 logging.info('Test operations completed.')