summaryrefslogtreecommitdiffstats
path: root/lib/puppet/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/log.rb')
-rw-r--r--lib/puppet/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/log.rb b/lib/puppet/log.rb
index 5f77e623c..9cfcb3c1d 100644
--- a/lib/puppet/log.rb
+++ b/lib/puppet/log.rb
@@ -19,7 +19,7 @@ module Puppet
@@messages = Array.new
@@levels = [:debug,:info,:notice,:warning,:err,:alert,:emerg,:crit]
- @@loglevel = :notice
+ @@loglevel = 2
@@logdest = :console
@@colors = {