Skip to content

Facilitate artifact log file generation for systems

Devcurmudgeon requested to merge pull/124/collect-cache-data into master

Created by: padrigali

Its sometimes useful to know what artifacts a system you built is composed of. This patch will allow the user to output this information, in json, to a file. This can be done by adding the cache-log: parameter, followed by a suitable file name, to your ybd.conf.

Merge request reports