From 18d4d2ecf812320f2d2990c08f1dec8d1b0d239a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Mar 2015 17:29:59 -0500 Subject: [PATCH] fix up the pungi logging by putting the arch in the log file name --- pungi/gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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