diff options
author | elijah <elijah@riseup.net> | 2014-11-30 16:47:36 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-11-30 16:47:36 -0800 |
commit | c7541d664b3890e9f61abffba771a34aebda8dbf (patch) | |
tree | c6074f18584889ba9984fe57c10748a0b798df8a | |
parent | 6d0f242eacdaec645c48c3db3e78ee3da8fff03c (diff) |
more puppet noise suppression
-rw-r--r-- | lib/leap_cli/logger.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |