Skip to content

Commit

Permalink
Add description to log level
Browse files Browse the repository at this point in the history
We can see this via `--show-plugin-config` after merge #706
  • Loading branch information
okkez committed Nov 27, 2015
1 parent 30e2982 commit 59c336f
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 59c336f

Please sign in to comment.