lib/fluent/plugin/out_splunk_tcp.rb in fluent-plugin-splunk-enterprise-0.10.0 vs lib/fluent/plugin/out_splunk_tcp.rb in fluent-plugin-splunk-enterprise-0.10.1
- old
+ new
@@ -74,9 +74,13 @@
else
raise ConfigError, "invalid 'format' option: #{@format}"
end
end
+ def multi_workers_ready?
+ true
+ end
+
def start
super
end
def shutdown