Skip to content

Commit

Permalink
Merge pull request #715 from okkez/add-description-to-log-level
Browse files Browse the repository at this point in the history
Add description to log level
  • Loading branch information
sonots committed Nov 27, 2015
2 parents bf08512 + 59c336f commit fb352ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/log.rb
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def enable_color(b = true)
module PluginLoggerMixin
def self.included(klass)
klass.instance_eval {
desc 'Allows the user to set different levels of logging for each plugin.'
config_param :log_level, :string, :default => nil, :alias => :@log_level
}
end
Expand Down

0 comments on commit fb352ba

Please sign in to comment.