I’m logging using console.log but where do I see the log files? Do you support different log levels e.g. error, warning, debug etc?
Logs are viewable from the debug console. Open the debug console and expand functions and you will see your log output.
There are multiple log levels available. console.log is at the info level