Support storage

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-06-15 16:31:45 +09:00
parent 8644549fce
commit 2f2b388d57
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -17,6 +17,8 @@ class Fluentd
"format"
when "buffer"
"buffer"
when "storage"
"storage"
end
_attributes = { "@type" => self.plugin_name }.merge(attributes)
_attributes["@log_level"] = _attributes.delete("log_level")