Logger message as array: preserving structured multi-argument logs
What's the reason behind the logger feeding multiple params into the
message
message
field as an array by default? From what I've seen from log explorers, they dont usually support that. Feels like the other params should be fed into log annotations.
i know you can have your own logger to handle that, but just wondering on the thinking behind it.