From c7541d664b3890e9f61abffba771a34aebda8dbf Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 30 Nov 2014 16:47:36 -0800 Subject: more puppet noise suppression --- lib/leap_cli/logger.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/leap_cli/logger.rb') diff --git a/lib/leap_cli/logger.rb b/lib/leap_cli/logger.rb index 29e3f0a..5544c19 100644 --- a/lib/leap_cli/logger.rb +++ b/lib/leap_cli/logger.rb @@ -154,7 +154,8 @@ module LeapCli { :match => /^(SKIP|WARN): /, :color => :yellow, :priority => -20}, # LOG SUPPRESSION - { :match => /^warning: You cannot collect without storeconfigs being set/, :level => 2, :priority => 10} + { :match => /^warning: You cannot collect without storeconfigs being set/, :level => 2, :priority => 10}, + { :match => /^warning: You cannot collect exported resources without storeconfigs being set/, :level => 2, :priority => 10} ] def self.sorted_formatters -- cgit v1.2.3