fluent-plugin-kubernetes-log-level icon indicating copy to clipboard operation
fluent-plugin-kubernetes-log-level copied to clipboard

Set default values for params

Open yaron-idan opened this issue 7 years ago • 0 comments

config_param :log_level_label, :string, :default => 'logging-level'
config_param :log_level_key, :string, :default => 'level'
config_param :default_logging_level, :string, :default => nil

This configuration should assign default values when the plugin is not assigned values.

yaron-idan avatar May 22 '18 12:05 yaron-idan