graylog-labs / gelf-rb

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

Feature/tagged logging #81

Open Meat-Chopper opened 5 years ago

Meat-Chopper commented 5 years ago

Solved merge conflicts for https://github.com/graylog-labs/gelf-rb/pull/35 and tested in real project. I don't know what is better: add the last commit to the original PR or continue with this new one.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

Meat-Chopper commented 5 years ago

Is it OK to test the new feature only for Ruby 2.x?

if RUBY_VERSION[0,1].to_i >= 2
  context "#tagged" do
Meat-Chopper commented 4 years ago

Hello @tessie and @milgner, Could you please provide any feedback?

mlensment commented 4 years ago

Is it possible for this to be merged soon?