diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-20 16:33:38 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:52:03 -0800 |
commit | 0066549c2f45ca4ed8e1e3b3e1a8990efafa1019 (patch) | |
tree | 121fa023b8e79915a97efdc9f53312dbb659e13a /lib/chef/audit | |
parent | 58e1f80100273960bf5e04c99f6447736c86420c (diff) | |
download | chef-0066549c2f45ca4ed8e1e3b3e1a8990efafa1019.tar.gz |
* Some primitive recipes that check basic functionality of audit mode.
* Fix a minor issue where the exception class was not being found correctly.
Diffstat (limited to 'lib/chef/audit')
-rw-r--r-- | lib/chef/audit/audit_reporter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/audit_reporter.rb b/lib/chef/audit/audit_reporter.rb index b0eb835c0c..af94f0968b 100644 --- a/lib/chef/audit/audit_reporter.rb +++ b/lib/chef/audit/audit_reporter.rb @@ -107,7 +107,7 @@ class Chef audit_data.end_time = iso8601ify(run_status.end_time) audit_history_url = "controls" - Chef::Log.info("Sending audit report (run-id: #{audit_data.run_id})") + Chef::Log.debug("Sending audit report (run-id: #{audit_data.run_id})") run_data = audit_data.to_hash if error |