mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- remove debug output
This commit is contained in:
parent
af762f69bb
commit
75dd74d398
1 changed files with 0 additions and 2 deletions
|
@ -17,9 +17,7 @@ class LogStash::Outputs::Websocket
|
|||
port = (@url.port or 3000)
|
||||
EventMachine::WebSocket.start(:host => host, :port => port) do |ws|
|
||||
ws.onopen do
|
||||
puts "Open"
|
||||
sid = @channel.subscribe do |msg|
|
||||
puts "Sending: #{msg}"
|
||||
ws.send msg
|
||||
end
|
||||
ws.onclose do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue