vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Drop ASCII-8BIT (binary) strings before encoding log data to JSON #164

Closed binarylogic closed 7 years ago

binarylogic commented 7 years ago

Fixes JSON encoding errors while attempting to encode binary data.

Closes https://github.com/timberio/timber-ruby/issues/163