Commit 0b2b257f authored by Marco Mariani's avatar Marco Mariani

log.info software_url, software_path and instance_path for each processed partition

parent 3aa4d8a2
......@@ -537,7 +537,7 @@ class Slapgrid(object):
(computer_partition_id not in self.computer_partition_filter_list):
return
self.logger.info('Processing Computer Partition %s...' % computer_partition_id)
self.logger.info('Processing Computer Partition %s.' % computer_partition_id)
instance_path = os.path.join(self.instance_root, computer_partition_id)
......@@ -565,6 +565,10 @@ class Slapgrid(object):
# Try to process it anyway, it may need to be deleted.
software_path = None
self.logger.info(' Software URL: %s' % software_url)
self.logger.info(' Software path: %s' % software_path)
self.logger.info(' Instance path: %s' % instance_path)
periodicity = self.maximum_periodicity
if software_path:
# Get periodicity from periodicity file if not forced
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment