Is there a way to get logging information from a web script?

I have developed several NodeJS web scripts that access the Data API, however it is very difficult to debug. Is there a way to use console.log() or other, to log output?

I’ve been using the response back to the client as the logging, which is very clumsy.

Thanks

Hi, Paul,

Currently we don’t provide such capability.
But I think it could be possible in next releases.
For now you can do logging with our logging api: https://www.youtube.com/watch?v=3PzDbKNgans
Regards,
Sergey