mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Follow fluentd 0.10.51 changes
This commit is contained in:
parent
a923ade63e
commit
ecf9b0054a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user