Method: Fluent::LogfireOutput#configure

Defined in:
lib/fluent/plugin/out_logfire.rb

#configure(conf) ⇒ Object



20
21
22
23
# File 'lib/fluent/plugin/out_logfire.rb', line 20

def configure(conf)
  @source_token = conf["source_token"]
  super
end