actindi / act-fluent-logger-rails

Fluent logger
MIT License
118 stars 72 forks source link

fixed incompatible character encodings #13 #14

Closed munazo closed 9 years ago

munazo commented 9 years ago

Fixed https://github.com/actindi/act-fluent-logger-rails/issues/13 incompatible character encodings: ASCII-8BIT and UTF-8 (Encoding::CompatibilityError) .

Forced messages' encoding to UTF8 since ruby2.0's default encoding is UTF8.

Please see if this is mergeable.. Thanks!