Don't always dump the distro pretty format
Only dump these settings if verbose mode is enabled which turns on debug logging. Change-Id: I672fbcd03bc080942eaf6762326d2cf4c20256b1
This commit is contained in:
parent
647f22d03d
commit
f9368548f5
@ -119,7 +119,9 @@ def run(args):
|
||||
dist.inject_platform_overrides(origins, source=origins_fn)
|
||||
|
||||
# Print it out...
|
||||
print(dist.pformat(item_max_len=128))
|
||||
LOG.debug("Distro settings are:")
|
||||
for line in dist.pformat(item_max_len=128).splitlines():
|
||||
LOG.debug(line)
|
||||
|
||||
# Get the object we will be running with...
|
||||
runner = runner_cls(distro=dist,
|
||||
|
Loading…
Reference in New Issue
Block a user