Skip to content

Commit 43c05eb

Browse files
committed
Support multiple workers
1 parent 17c846b commit 43c05eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/fluent/plugin/out_detect_exceptions.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ class DetectExceptionsOutput < Output
4141

4242
Fluent::Plugin.register_output('detect_exceptions', self)
4343

44+
def multi_workers_ready?
45+
true
46+
end
47+
4448
def configure(conf)
4549
super
4650

0 commit comments

Comments
 (0)