diff options
Diffstat (limited to 'lib/leap_cli')
-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 |