From 903dbc8ebace9f89b7efeed7feb7f42cd98aef96 Mon Sep 17 00:00:00 2001 From: Kyle McGovern Date: Wed, 14 Oct 2020 16:04:04 -0700 Subject: [PATCH] add in support for multi-workers Signed-off-by: Kyle McGovern --- lib/fluent/plugin/out_gelf.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/fluent/plugin/out_gelf.rb b/lib/fluent/plugin/out_gelf.rb index cedb0d5..f01f3eb 100644 --- a/lib/fluent/plugin/out_gelf.rb +++ b/lib/fluent/plugin/out_gelf.rb @@ -15,6 +15,10 @@ def initialize require "gelf" end + def multi_workers_ready? + true + end + def configure(conf) super