question

SL Tech avatar image
SL Tech asked

Cloudscript request arguments in playstream

Hi,

GeneratePlayStreamEvent=true is very useful. But it does not show the request parameters. Is there any other way to show this information for every request, other than adding log.info(args) to every handler?

CloudScriptPlayStream
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Sorry, but the parameters you pass into a Cloud Script could be upwards of 30KB - well past what you can put in an event. I'd recommend just logging the key elements you need, to understand any issues that arise, or using WritePlayerEvent in the script itself, to log extra info.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.