Closed tul closed 7 years ago
@mctully Arrays/lists are intentionally not supported because they're not part of the GELF specification.
Booleans should be supported, though. What's the issue you see with boolean values?
@mctully Thanks for reporting this bug!
I've fixed the case with booleans in #30.
Ok, thanks for your reply and the boolean fix. I'll move away from arrays then. Thanks!
Is it intentional that arrays and booleans are not supported by this lib? Eg passing additional fields such as:
Results in the array, for example, being casted to a string and thus coming through as "[Ljava.lang.String;@52f9da27'" etc
The encoder appears to handle numbers, null and string - could it perhaps handle array and boolean too?