Skip to content

Commit

Permalink
0.14.7 compat: declare that format returns msgpack binary format
Browse files Browse the repository at this point in the history
Compatibility with fluent/fluentd#1263
Fixes emsearcy#24
  • Loading branch information
gcs-github committed Oct 8, 2016
1 parent a5986be commit 0f7f409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/fluent/plugin/out_gelf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ def write(chunk)
end
end

def formatted_to_msgpack_binary
true
end
end


Expand Down

0 comments on commit 0f7f409

Please sign in to comment.