class Fluent::Plugin::FileOutput
def write_without_compression(path, chunk)
def write_without_compression(path, chunk) File.open(path, "ab", @file_perm) do |f| chunk.write_to(f) end end
def write_without_compression(path, chunk) File.open(path, "ab", @file_perm) do |f| chunk.write_to(f) end end