Class: Fluent::SetProctitleDummyInput

Inherits:
Input
  • Object
show all
Defined in:
lib/fluent/plugin/in_setproctitle.rb

Instance Method Summary collapse

Instance Method Details

#configure(conf) ⇒ Object



7
8
9
10
# File 'lib/fluent/plugin/in_setproctitle.rb', line 7

def configure(conf)
  super
  Process.setproctitle conf['proctitle']
end