summaryrefslogtreecommitdiff
path: root/lib/mixlib/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/log.rb')
-rw-r--r--lib/mixlib/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb
index 2819d1d..aa477c8 100644
--- a/lib/mixlib/log.rb
+++ b/lib/mixlib/log.rb
@@ -72,7 +72,7 @@ module Mixlib
# get passed directly to Logger.new, so check out the documentation for the standard Logger class
# to understand what to do here.
#
- # If this method is called with no arguments, it will log to STDOUT at the :info level.
+ # If this method is called with no arguments, it will log to STDOUT at the :warn level.
#
# It also configures the Logger instance it creates to use the custom Mixlib::Log::Formatter class.
def init(*opts)