Skip to content

Commit

Permalink
add in support for multi-workers
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle McGovern <[email protected]>
  • Loading branch information
kmcgovern-apixio committed Oct 14, 2020
1 parent deb0a16 commit 903dbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fluent/plugin/out_gelf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def initialize
require "gelf"
end

def multi_workers_ready?
true
end

def configure(conf)
super

Expand Down

0 comments on commit 903dbc8

Please sign in to comment.