pungi/pungi/phases
Qixiang Wan 80fa723b1d Include phase name in log for some phases
Phases createiso, liveimages, image_build, ostree_installer and osbs are
done in parallel, logs from these phases are mixed and and it's not
obvious which log message belongs to which phase. This change adds phase
name in log message for these phases.

The new mixin 'PhaseLoggerMixin' is added to extend a Pungi phase with a
logging logger which copy handlers from compose's logger but with
formatter changed.

Fixes: #58
Signed-off-by: Qixiang Wan <qwan@redhat.com>
2016-11-23 16:47:22 +08:00
..
gather compose: Drop unused argument 2016-11-09 13:39:01 +01:00
pkgset Remove FSF address from comments 2016-09-23 10:26:43 +02:00
__init__.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
base.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
buildinstall.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
createiso.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
createrepo.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
extra_files.py extra-files: Nice error message on missing RPM 2016-11-10 09:38:50 +01:00
image_build.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
image_checksum.py checksums: Never skip checksumming phase 2016-09-19 12:20:34 +02:00
init.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
live_images.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
livemedia_phase.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
osbs.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
ostree.py Merge #463 `[ostree] Allow extra repos to get packages for composing OSTree repository` 2016-11-15 21:06:05 +00:00
ostree_installer.py Include phase name in log for some phases 2016-11-23 16:47:22 +08:00
product_img.py Replace mount/umount with guestfsmount and 'fusermount -u' 2016-10-20 19:38:35 +08:00
test.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00