How to ensure resources show up in chef server run log details -
i have cookbook uses custom lwrps; in actions of these lwrps, call other resources (file, directory, execute, etc). inner resources not show in run history 'details' section on chef server, show in info log during provisioning on node. how can ensure show in details section well?
nested resources explicitly suppressed reporting data: https://github.com/chef/chef/blob/master/lib/chef/resource_reporter.rb#l312-l315
you have build own system this.