WAYLAND_DEBUG logging doesn't include arrays' contents
Currently, only array size is logged by the protocol logger. For completeness, it would be good to include the contents of arrays. As the structure of the contents isn't enforced by the protocol, it can be logged as a sequence of byte values.
I can submit a merge request, solving this issue, if the idea is acceptable.