diff --git a/pungi/gather.py b/pungi/gather.py index 3f2b344c..dacbb3af 100644 --- a/pungi/gather.py +++ b/pungi/gather.py @@ -1372,7 +1372,7 @@ class Pungi(PungiBase): cmd = ["lorax"] cmd.extend(["--workdir", self.workdir]) - cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax.log')]) + cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.pungiconfig.get('pungi', 'arch')))]) try: # Convert url method to a repo