We are using Node.js server and have logs at Google Cloud Platform.
The problem is, if we do one log entry and we put object inside, which is serialized to multiline output, it is not "stacked".
So if we have object with 100 lines, it creates 100 line ouput into google which is really difficult to read and we are not able to "group" it.
In other services, the output was always stacked (loggly, logsene).
Do you know how to stack input? We are using Winston for logging (which has Console as one of output)