graylog-labs / gelf-rb

Ruby GELF library (Graylog Extended Log Format)
https://rubygems.org/gems/gelf
MIT License
153 stars 104 forks source link

Does this library works on Windows? #38

Closed gmoskovicz closed 8 years ago

gmoskovicz commented 8 years ago

Doesn't seems like this gem is working on windows. This doesn't look to work at all:

gelfclient = GELF::Notifier.new(host, port, chunksize)
gelfclient.notify!("short_message" => "prime")
gmoskovicz commented 8 years ago

Closing this issue, the GELF library does work and the UDP Socket is working as expected. Another component of the application was causing a UDP socket error.