Log more data.

This commit is contained in:
Darko Poljak 2017-09-17 20:30:07 +02:00
commit 764ea49904
4 changed files with 8 additions and 4 deletions

View file

@ -179,7 +179,8 @@ class Manifest(object):
cdist_object.cdist_type.manifest_path)
message_prefix = cdist_object.name
if os.path.isfile(type_manifest):
self.log.verbose("Running type manifest " + type_manifest)
self.log.verbose("Running type manifest %s for object %s",
type_manifest, cdist_object.name)
self.local.run_script(type_manifest,
env=self.env_type_manifest(cdist_object),
message_prefix=message_prefix,