Just used the app-log to help with server script

just wanted to say thanks for this feature as it helped me decode some issues with a server script triggered by my OttoReceiver script…
Docs might need a bit of love though… took me a while to roll my own and still not sure I have a handle on the format of the payload

Hey John,

Glad you found it useful.

On the docs. There is an example file you can download on docs page for it.

There is also a RayCast snippet if that is your thing.

Did you find those?

Thanks

Todd

Yes, in this case, also wanted to share this with an in-house I am mentoring…
Not using Raycast, so more to set up etc…
And in the best modular way the file has several things to copy in to a solution to get a quick win.
Can be done with 2 lines at the top of the script and two at the place you want to log, which is slightly less weight, and maybe easier to see what is happening for a quick and dirty troubleshooting moment?
I tried to send a JSON object as the message and it didn’t seem to like that, but worked when I sent it as a String. Is that to be expected?