Skip to content

Commit 9d1baa3

Browse files
committed
remove output call
1 parent 6c88249 commit 9d1baa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/outputs/tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def server?
132132

133133
public
134134
def receive(event)
135-
return unless output?(event)
135+
136136

137137
#if @message_format
138138
#output = event.sprintf(@message_format) + "\n"

0 commit comments

Comments
 (0)