teamcity-ruby-client icon indicating copy to clipboard operation
teamcity-ruby-client copied to clipboard

hashie mash is spamming the console

Open JohanVandeplas opened this issue 7 years ago • 0 comments

The hashie mash lib is spamming the console.. W, [2018-01-03T11:39:49.110265 #8] WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#count defined in Enumerable. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method. Either mute it: Hashie.logger = Logger.new(nil) or find a different workaround..

Handy lib by the way!

JohanVandeplas avatar Jan 03 '18 11:01 JohanVandeplas