Method: Fluent::TcpOutput#initialize
- Defined in:
- lib/fluent/plugin/out_stream.rb
#initialize ⇒ TcpOutput
Returns a new instance of TcpOutput.
93 94 95 96 97 |
# File 'lib/fluent/plugin/out_stream.rb', line 93 def initialize super $log.warn "'tcp' output is obsoleted and will be removed. Use 'forward' instead." $log.warn "see 'forward' section in https://docs.fluentd.org/ for the high-availability configuration." end |