Follow fluentd 0.10.51 changes

This commit is contained in:
uu59 2014-07-09 14:03:31 +09:00
parent a923ade63e
commit ecf9b0054a

View File

@ -12,7 +12,7 @@ class Fluentd
end
def config
@config ||= ::Fluent::Config::V1Parser.read(file)
@config ||= ::Fluent::Config::V1Parser.parse(File.read(file), File.basename(file), File.dirname(file))
end
def to_s