Connector or Network Payload Parser Logging?

I am working on a custom payload parser that will run on my connector. If I use a console.log, where is this information printed?

My code isnt running, but I am having a hard time troubleshooting without logs…

Hi Thomas,

You can checkout your console logs in the device live inspector. Just make sure the device you’re using is utilizing the connector you are working on!

As you can see, you can have a console.log at different levels in the data flow for example mine is in the device payload parser.