Method: Fluent::TransactionSupport#configure
- Defined in:
- lib/flydata/fluent-plugins/flydata_plugin_ext/transaction_support.rb
#configure(conf) ⇒ Object
def self.prepended(base) end
23 24 25 26 |
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/transaction_support.rb', line 23 def configure(conf) @lock_file = Flydata::FLYDATA_LOCK super end |