diff options
-rw-r--r-- | lib/puppet/log.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/log.rb b/lib/puppet/log.rb index 20aaff003..52d30a0e4 100644 --- a/lib/puppet/log.rb +++ b/lib/puppet/log.rb @@ -24,9 +24,9 @@ module Puppet @@colors = { :debug => SLATE, - :info => ORANGE, + :info => GREEN, :notice => PINK, - :warning => GREEN, + :warning => ORANGE, :err => YELLOW, :alert => BLUE, :emerg => RESET, |