File sizes exceed 10000000 bytes, diff output suppressed

Hi,

I see this in the logs when running chef-solo file “sizes exceed 10000000
bytes, diff output suppressed”

How do I un-suppress?

Thanks

Am 02.12.2014 um 10:18 schrieb David Montgomery davidmontgomery@gmail.com:
I see this in the logs when running chef-solo file "sizes exceed 10000000 bytes, diff output suppressed"

How do I un-suppress?

see
client.rb https://docs.getchef.com/config_rb_client.html „diff_filesize_threshold“ and „diff_output_threshold"
https://github.com/opscode/chef/blob/master/lib/chef/util/diff.rb#L130-L131 https://github.com/opscode/chef/blob/master/lib/chef/util/diff.rb#L130-L131

— Roland