From 88abe3abfb01d355d8d19e664b63758be5ab8bb6 Mon Sep 17 00:00:00 2001 From: bpoweski Date: Sat, 5 Nov 2016 16:00:19 -0500 Subject: [PATCH] revert log level change --- spec/integration/machine_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/machine_spec.rb b/spec/integration/machine_spec.rb index 37452f24..4f8d21a9 100644 --- a/spec/integration/machine_spec.rb +++ b/spec/integration/machine_spec.rb @@ -8,7 +8,7 @@ with_aws "with a VPC and a public subnet" do before :all do - chef_config[:log_level] = :info + chef_config[:log_level] = :warn end purge_all